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

Chris Lattner lattner at cs.uiuc.edu
Wed May 26 12:19:02 PDT 2004


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

2003-10-23-UnusedType.ll updated: 1.1 -> 1.2

---
Log message:

Make the test use the %A type


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

Index: llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll:1.1 llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll:1.2
--- llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll:1.1	Thu Oct 23 14:25:53 2003
+++ llvm/test/Regression/CodeGen/CBackend/2003-10-23-UnusedType.ll	Wed May 26 12:14:49 2004
@@ -1,3 +1,4 @@
 
 %A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
 
+void %test(%A *) { ret void }





More information about the llvm-commits mailing list