Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / asm-unicode.S
blobf4edbe9c44ae5fd9f6ca800f674f90068347ad78
1 // RUN: %clang -S %s -o - | FileCheck %s
2 .macro  my_macro, trace=1, uaccess=1
3 .if \uaccess
4 // CHECK: .if \uaccess
5 // CHECK-NOT: .if 곎ss
6 // CHECK: my_macro trace=1
7         my_macro trace=1
8 .endif
9 .endm
11 foo:
12         my_macro trace=0