Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / relaxed_tc.s
blob75055fb82fd1fadf079bcdbcb2c76b93c360f07f
1 .globl main
2 .type main, %function
3 main:
4 pushq %rax
5 callq foo
6 movl $0x1, %eax
7 popq %rdx
8 retq
9 .size main, .-main
11 .globl foo
12 .type foo, %function
13 foo:
14 jmp bar
15 .size foo, .-foo
17 .globl bar
18 .type bar, %function
19 bar:
20 retq
21 .size bar, .-bar