linux-packaging-mono/external/llvm/test/Assembler/2007-07-19-ParamAttrAmbiguity.ll
Xamarin Public Jenkins (auto-signing) 8e12397d70 Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
2018-11-16 08:20:38 +00:00

11 lines
193 B
LLVM

; PR1553
; RUN: llvm-as < %s > /dev/null
; RUN: verify-uselistorder %s
define void @bar() {
%t = call i8 @foo( i8 10 )
zext i8 %t to i32
ret void
}
declare i8 @foo(i8)