From: Chris Lattner Date: Fri, 5 Apr 2002 19:39:55 +0000 (+0000) Subject: Testcase that breaks recursive type processing X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8db92d0f7b5f5f094a1ec80ffff71746e2d56831;p=oota-llvm.git Testcase that breaks recursive type processing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2117 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2002-04-05-TypeParsing.ll b/test/Assembler/2002-04-05-TypeParsing.ll new file mode 100644 index 00000000000..cca859f4884 --- /dev/null +++ b/test/Assembler/2002-04-05-TypeParsing.ll @@ -0,0 +1,6 @@ + %Hosp = type { + { \2 *, { \2, \4 } * }, + { \2 *, { \2, \4 } * } + } + +implementation