Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / tailcall_traps.s
blob5fb60d94fc4cff25c32c39f7809e01eaab1a2ccf
1 .globl foo
2 foo:
3 .cfi_startproc
4 jmpq *%rax
5 .cfi_endproc
6 .size foo, .-foo
8 .globl bar
9 bar:
10 .cfi_startproc
11 jmp moo
12 .cfi_endproc
13 .size bar, .-bar
15 .globl moo
16 moo:
17 nop
18 .size moo, .-moo