From 83712992585065819e5494721e05d5ef72aa9be6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 16 Oct 2002 00:08:08 +0000 Subject: [PATCH] New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4189 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CBackend/2002-10-15-OpaqueTypeProblem.ll | 4 ++++ test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 test/CBackend/2002-10-15-OpaqueTypeProblem.ll create mode 100644 test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll diff --git a/test/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll new file mode 100644 index 00000000000..d20b975c950 --- /dev/null +++ b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll @@ -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 index 00000000000..d20b975c950 --- /dev/null +++ b/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll @@ -0,0 +1,4 @@ +struct Comm; +typedef struct Comm* MPI_Comm; +MPI_Comm* thing; +