Testcase that breaks recursive type processing
authorChris Lattner <sabre@nondot.org>
Fri, 5 Apr 2002 19:39:55 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Apr 2002 19:39:55 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2117 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2002-04-05-TypeParsing.ll [new file with mode: 0644]

diff --git a/test/Assembler/2002-04-05-TypeParsing.ll b/test/Assembler/2002-04-05-TypeParsing.ll
new file mode 100644 (file)
index 0000000..cca859f
--- /dev/null
@@ -0,0 +1,6 @@
+  %Hosp = type {
+                 { \2 *, { \2, \4 } * },
+                 { \2 *, { \2, \4 } * }
+               }
+
+implementation