diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-23 19:25:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-23 19:25:53 +0000 |
commit | 10be6a6c73ef50d93402d84f251c0344426c5132 (patch) | |
tree | 333e21b93237be03350a723d404e864fbc36139e /test/CodeGen | |
parent | e8a63eb78fc38853f951d77d171461e7ff651ad4 (diff) | |
download | external_llvm-10be6a6c73ef50d93402d84f251c0344426c5132.zip external_llvm-10be6a6c73ef50d93402d84f251c0344426c5132.tar.gz external_llvm-10be6a6c73ef50d93402d84f251c0344426c5132.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/CBackend/2003-10-23-UnusedType.ll | 3 |
1 files changed, 3 insertions, 0 deletions
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 0000000..97cee82 --- /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 } + |