From 10be6a6c73ef50d93402d84f251c0344426c5132 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 Oct 2003 19:25:53 +0000 Subject: [PATCH] New testcase, which failes to compile. 252.eon hits this problem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9440 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CBackend/2003-10-23-UnusedType.ll | 3 +++ test/CodeGen/CBackend/2003-10-23-UnusedType.ll | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 test/CBackend/2003-10-23-UnusedType.ll create mode 100644 test/CodeGen/CBackend/2003-10-23-UnusedType.ll diff --git a/test/CBackend/2003-10-23-UnusedType.ll b/test/CBackend/2003-10-23-UnusedType.ll new file mode 100644 index 00000000000..97cee82d3ea --- /dev/null +++ b/test/CBackend/2003-10-23-UnusedType.ll @@ -0,0 +1,3 @@ + +%A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort } + diff --git a/test/CodeGen/CBackend/2003-10-23-UnusedType.ll b/test/CodeGen/CBackend/2003-10-23-UnusedType.ll new file mode 100644 index 00000000000..97cee82d3ea --- /dev/null +++ b/test/CodeGen/CBackend/2003-10-23-UnusedType.ll @@ -0,0 +1,3 @@ + +%A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort } +