aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-04-05-TypeParsing.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-05 19:39:55 +0000
committerChris Lattner <sabre@nondot.org>2002-04-05 19:39:55 +0000
commit8db92d0f7b5f5f094a1ec80ffff71746e2d56831 (patch)
tree05cf0335408a50b98f8e4a96b29fa2347d7f4b18 /test/Assembler/2002-04-05-TypeParsing.ll
parent12604ed51aa4a32cfebf56173c7f9a22577611d0 (diff)
downloadexternal_llvm-8db92d0f7b5f5f094a1ec80ffff71746e2d56831.zip
external_llvm-8db92d0f7b5f5f094a1ec80ffff71746e2d56831.tar.gz
external_llvm-8db92d0f7b5f5f094a1ec80ffff71746e2d56831.tar.bz2
Testcase that breaks recursive type processing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2002-04-05-TypeParsing.ll')
-rw-r--r--test/Assembler/2002-04-05-TypeParsing.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Assembler/2002-04-05-TypeParsing.ll b/test/Assembler/2002-04-05-TypeParsing.ll
new file mode 100644
index 0000000..cca859f
--- /dev/null
+++ b/test/Assembler/2002-04-05-TypeParsing.ll
@@ -0,0 +1,6 @@
+ %Hosp = type {
+ { \2 *, { \2, \4 } * },
+ { \2 *, { \2, \4 } * }
+ }
+
+implementation