[llvm-commits] CVS: llvm/test/Regression/CodeGen/SparcV9/2004-12-13-MallocCrash.ll

Chris Lattner lattner at cs.uiuc.edu
Mon Dec 13 11:10:48 PST 2004



Changes in directory llvm/test/Regression/CodeGen/SparcV9:

2004-12-13-MallocCrash.ll added (r1.1)
---
Log message:

New testcase that crashes the V9 backend.


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

Index: llvm/test/Regression/CodeGen/SparcV9/2004-12-13-MallocCrash.ll
diff -c /dev/null llvm/test/Regression/CodeGen/SparcV9/2004-12-13-MallocCrash.ll:1.1
*** /dev/null	Mon Dec 13 13:10:43 2004
--- llvm/test/Regression/CodeGen/SparcV9/2004-12-13-MallocCrash.ll	Mon Dec 13 13:10:32 2004
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s | llc -march=sparcv9
+ 
+ void %main() {
+ 	%tmp.0.i2.i = malloc [24 x sbyte]
+ 	ret void
+ }






More information about the llvm-commits mailing list