From 91b5bbd47caa20ac31dadbca4eeb8c06ace55f75 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Apr 2003 17:44:17 +0000 Subject: [PATCH] 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 --- test/CBackend/2002-10-15-OpaqueTypeProblem.ll | 7 ++++--- test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll | 7 ++++--- 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 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: -- 2.34.1