brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · b17d2f5 Raw
22 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, 015.L1:16  jmp foo17  je .L118  retq19 20  .cfi_endproc21  .size main, .-main22