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