Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / coff-separator.s
blobb7522d9ede4338b04f2556e2874e0996b7e099fb
1 // RUN: llvm-mc -triple aarch64-windows-gnu -filetype obj -o %t.obj %s
2 // RUN: llvm-objdump --no-print-imm-hex -d %t.obj | FileCheck %s
3 // RUN: llvm-mc -triple aarch64-windows-msvc -filetype obj -o %t.obj %s
4 // RUN: llvm-objdump --no-print-imm-hex -d %t.obj | FileCheck %s
6 func:
7 // Check that the nop instruction after the semicolon also is handled
8 nop; nop
9 add x0, x0, #42
11 // CHECK: 0: d503201f nop
12 // CHECK: 4: d503201f nop
13 // CHECK: 8: 9100a800 add x0, x0, #42