Whoever checked this testcase in apparently never tested it.
authorChris Lattner <sabre@nondot.org>
Sat, 26 Apr 2003 17:44:17 +0000 (17:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Apr 2003 17:44:17 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5957 91177308-0d34-0410-b5e6-96231b3b80d8

test/CBackend/2002-10-15-OpaqueTypeProblem.ll
test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll

index d20b975c950323aeea9682482cebe82d15355bb4..1cd65c2213e72743346d77140207be4df8596be9 100644 (file)
@@ -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:
index d20b975c950323aeea9682482cebe82d15355bb4..1cd65c2213e72743346d77140207be4df8596be9 100644 (file)
@@ -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: