From: Chris Lattner Date: Wed, 26 May 2004 17:14:49 +0000 (+0000) Subject: Make the test use the %A type X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c293cfa204c093e3e58f570acde4b202ce4b06cc;p=oota-llvm.git Make the test use the %A type git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13789 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/CBackend/2003-10-23-UnusedType.ll b/test/CodeGen/CBackend/2003-10-23-UnusedType.ll index 97cee82d3ea..36d8073c7c8 100644 --- a/test/CodeGen/CBackend/2003-10-23-UnusedType.ll +++ b/test/CodeGen/CBackend/2003-10-23-UnusedType.ll @@ -1,3 +1,4 @@ %A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort } +void %test(%A *) { ret void }