[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 8 08:19:18 PST 2005



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

2005-03-08-RecursiveTypeCrash.ll added (r1.1)
---
Log message:

new testcase that crashes the CBE.


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

 2005-03-08-RecursiveTypeCrash.ll |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Regression/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
diff -c /dev/null llvm/test/Regression/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll:1.1
*** /dev/null	Tue Mar  8 10:19:12 2005
--- llvm/test/Regression/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll	Tue Mar  8 10:19:02 2005
***************
*** 0 ****
--- 1,5 ----
+ ; RUN: llvm-as < %s | llc -march=c
+ 
+ %JNIEnv = type %struct.JNINa*
+ %struct.JNINa = type { sbyte*, sbyte*, sbyte*, void (%JNIEnv*)* }
+ 






More information about the llvm-commits mailing list