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
fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
2007-05-14-InlineAsmCstCrash.ll
blob
b3b0769347f16f2506dae7248edf579b97782c2d
1
; RUN: llc < %s -march=arm -mattr=+v6
2
3
define i32 @test3() {
4
tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
5
ret i32 11
6
}