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
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
ARM
/
2007-05-14-InlineAsmCstCrash.ll
blob
58c5f89c619d55c008455c864a047ce94d8fd3af
1
; RUN: llvm-as < %s | llc -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
}