Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
Assembler
/
2007-07-19-ParamAttrAmbiguity.ll
blob: 68aeef222aa3b418daa118cada86f8e1cb97e264 [
file
] [
log
] [
blame
]
; 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
)