YouCompleteMe/cpp/llvm/test/Assembler/2007-07-19-ParamAttrAmbiguity.ll

10 lines
163 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; PR1553
; RUN: llvm-as < %s > /dev/null
define void @bar() {
%t = call i8 @foo( i8 10 )
zext i8 %t to i32
ret void
}
declare i8 @foo(i8)