brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · 68aeef2 Raw
11 lines · plain
1; PR15532; RUN: llvm-as < %s > /dev/null3; RUN: verify-uselistorder %s4define void @bar() {5        %t = call i8 @foo( i8 10 )6        zext i8 %t to i327        ret void8}9 10declare i8 @foo(i8)11