Make the test use the %A type
authorChris Lattner <sabre@nondot.org>
Wed, 26 May 2004 17:14:49 +0000 (17:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 26 May 2004 17:14:49 +0000 (17:14 +0000)
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

index 97cee82d3eabd2647d48cf87ec22ebb65bf2a252..36d8073c7c8386f2d66e50087a9ba8fe133c79c7 100644 (file)
@@ -1,3 +1,4 @@
 
 %A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
 
+void %test(%A *) { ret void }