brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · 95cc286 Raw
11 lines · plain
1; RUN: llc < %s2 3define i32 @foo(i32 %x) {4        ret i32 425}6 7define i32 @main() {8        %r = call i32 @foo( i32 15 )            ; <i32> [#uses=1]9        ret i32 %r10}11