[llvm-commits] CVS: llvm/test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 26 12:45:01 PDT 2003


Changes in directory llvm/test/Regression/CBackend:

2002-10-15-OpaqueTypeProblem.ll updated: 1.1 -> 1.2

---
Log message:

Whoever checked this testcase in apparently never tested it.


---
Diffs of the changes:

Index: llvm/test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll
diff -u llvm/test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll:1.1 llvm/test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll:1.2
--- llvm/test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll:1.1	Tue Oct 15 19:08:08 2002
+++ llvm/test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll	Sat Apr 26 12:44:17 2003
@@ -1,4 +1,5 @@
-struct Comm;
-typedef struct Comm* MPI_Comm;
-MPI_Comm* thing;
+	%MPI_Comm = type %struct.Comm*
+	%struct.Comm = type opaque
+%thing = global %MPI_Comm* null		; <%MPI_Comm**> [#uses=0]
 
+implementation   ; Functions:





More information about the llvm-commits mailing list