Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-ml / ml32-context.asm
bloba701605a8af546d26fd3ea2f1323c72224eb6cc7
1 ; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s
3 .386p
4 .model flat
6 .code
7 mov eax, eax
8 end
10 ; CHECK-NOT: 386p
11 ; CHECK-NOT: model
12 ; CHECK-NOT: flat