[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-10-23-UnusedType.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 23 14:27:01 PDT 2003


Changes in directory llvm/test/Regression/CBackend:

2003-10-23-UnusedType.ll added (r1.1)

---
Log message:

New testcase, which failes to compile.  252.eon hits this problem


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

Index: llvm/test/Regression/CBackend/2003-10-23-UnusedType.ll
diff -c /dev/null llvm/test/Regression/CBackend/2003-10-23-UnusedType.ll:1.1
*** /dev/null	Thu Oct 23 14:26:03 2003
--- llvm/test/Regression/CBackend/2003-10-23-UnusedType.ll	Thu Oct 23 14:25:53 2003
***************
*** 0 ****
--- 1,3 ----
+ 
+ %A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
+ 





More information about the llvm-commits mailing list