[llvm-commits] CVS: llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll

Chris Lattner sabre at nondot.org
Mon May 14 18:14:01 PDT 2007



Changes in directory llvm/test/CodeGen/ARM:

2007-05-14-InlineAsmCstCrash.ll added (r1.1)
---
Log message:

testcase that crashes llc


---
Diffs of the changes:  (+6 -0)

 2007-05-14-InlineAsmCstCrash.ll |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
diff -c /dev/null llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll:1.1
*** /dev/null	Mon May 14 20:13:52 2007
--- llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll	Mon May 14 20:13:42 2007
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s | llc -march=arm -mattr=+v6
+ 
+ define i32 @test3() {
+ 	tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
+ 	ret i32 11
+ }






More information about the llvm-commits mailing list