Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / sctc_bug2.s
blob782a7478c50b1d84e53215d94b42c5dbf23984da
1 .text
3 .globl foo
4 .type foo, @function
5 foo:
6 ret
7 .size foo, .-foo
9 .globl main
10 .type main, @function
11 main:
12 .cfi_startproc
14 cmp %rdi, 1
15 jne .L2
17 xorl %eax, %eax
19 .L1:
20 jmp foo
22 .L2:
23 jb .L1
25 cmp %eax, 0
26 xorl %eax, %eax
27 ja .L2
28 .Lend:
29 retq
31 .cfi_endproc
32 .size main, .-main