New testcase
authorChris Lattner <sabre@nondot.org>
Wed, 16 Oct 2002 00:08:08 +0000 (00:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Oct 2002 00:08:08 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4189 91177308-0d34-0410-b5e6-96231b3b80d8

test/CBackend/2002-10-15-OpaqueTypeProblem.ll [new file with mode: 0644]
test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll [new file with mode: 0644]

diff --git a/test/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll
new file mode 100644 (file)
index 0000000..d20b975
--- /dev/null
@@ -0,0 +1,4 @@
+struct Comm;
+typedef struct Comm* MPI_Comm;
+MPI_Comm* thing;
+
diff --git a/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
new file mode 100644 (file)
index 0000000..d20b975
--- /dev/null
@@ -0,0 +1,4 @@
+struct Comm;
+typedef struct Comm* MPI_Comm;
+MPI_Comm* thing;
+