This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
test
/
Assembler
/
2002-08-15-CastAmbiguity.ll
7 lines
112 B
LLVM
Raw
Normal View
History
Unescape
Escape
Update llvm to r84119.
2009-10-14 17:57:32 +00:00
; RUN: llvm-as %s -o /dev/null
Import LLVM, at r72732.
2009-06-02 17:52:33 +00:00
define
void
@test
(
i32
%X
)
{
call
void
@test
(
i32
6
)
ret
void
}
Reference in New Issue
Copy Permalink