From: Chris Lattner Date: Sat, 26 Apr 2003 17:44:17 +0000 (+0000) Subject: Whoever checked this testcase in apparently never tested it. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=91b5bbd47caa20ac31dadbca4eeb8c06ace55f75;p=oota-llvm.git 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 --- diff --git a/test/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll index d20b975c950..1cd65c2213e 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 d20b975c950..1cd65c2213e 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: