repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement bswap
[llvm/msp430.git]
/
test
/
Assembler
/
2002-08-15-CastAmbiguity.ll
blob
c10f91103fdc563842262b0f3d84887faecc8925
1
; RUN: llvm-as %s -o /dev/null -f
2
3
define void @test(i32 %X) {
4
call void @test( i32 6 )
5
ret void
6
}