aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-04-26 17:44:17 +0000
committerChris Lattner <sabre@nondot.org>2003-04-26 17:44:17 +0000
commit91b5bbd47caa20ac31dadbca4eeb8c06ace55f75 (patch)
treedbc1cf00bc195d6195ec3127a449c8951279e9cf
parent6ad5a31324125d7fd91ef791fac3c29657d0f825 (diff)
Whoever checked this testcase in apparently never tested it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5957 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CBackend/2002-10-15-OpaqueTypeProblem.ll7
-rw-r--r--test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll7
2 files changed, 8 insertions, 6 deletions
diff --git a/test/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll
index d20b975c95..1cd65c2213 100644
--- a/test/CBackend/2002-10-15-OpaqueTypeProblem.ll
+++ b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll
@@ -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:
diff --git a/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
index d20b975c95..1cd65c2213 100644
--- a/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
+++ b/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
@@ -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: