brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · 782a747 Raw
34 lines · plain
1.text2 3.globl	foo4.type	foo, @function5foo:6  ret7	.size	foo, .-foo8 9.globl	main10.type	main, @function11main:12	.cfi_startproc13 14  cmp   %rdi, 115  jne  .L216 17  xorl    %eax, %eax18 19.L1:20  jmp foo21 22.L2:23  jb .L124 25  cmp %eax, 026  xorl    %eax, %eax27  ja .L228.Lend:29  retq30 31	.cfi_endproc32	.size	main, .-main33 34