diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-21 05:35:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-21 05:35:11 +0000 |
commit | 60091fa6b1bf5199a5538c27f0aadef75547f715 (patch) | |
tree | ab042e12ce6a09238168fe2c0ba7398594042579 | |
parent | 99fb91cc2f8858785d016376fa8556f4b0200a75 (diff) |
Checkin testcase that was just sitting in my tree. Looks like backreferences
have some problem in the parser, oh joy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1923 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/2002-02-19-TypeParsing.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Assembler/2002-02-19-TypeParsing.ll b/test/Assembler/2002-02-19-TypeParsing.ll new file mode 100644 index 0000000000..cd9b94a848 --- /dev/null +++ b/test/Assembler/2002-02-19-TypeParsing.ll @@ -0,0 +1,6 @@ + %Hosp = type { int, int, int, { \2 *, { int, int, int, { [4 x \3], \2, \5, \6, + int, int } * } *, \2 * }, { \2 *, { int, int, int, { [4 x \3], \2, \5, \6, int, + int } * } *, \2 * }, { \2 *, { int, int, int, { [4 x \3], \2, \5, \6, int, int + } * } *, \2 * }, { \2 *, { int, int, int, { [4 x \3], \2, \5, \6, int, int } * } + *, \2 * } } + |