From c293cfa204c093e3e58f570acde4b202ce4b06cc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 May 2004 17:14:49 +0000 Subject: [PATCH] Make the test use the %A type git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13789 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/CBackend/2003-10-23-UnusedType.ll | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.34.1