brintos

brintos / llvm-project-archived public Read only

0
0
Text · 148 B · 0858d9c Raw
8 lines · plain
1define void @foo(ptr %v) #0 {2entry:3  %v.addr = alloca ptr, align 84  store ptr %v, ptr %v.addr, align 85  ret void6}7 8attributes #0 = { noinline }