diff options
Diffstat (limited to 'test/Assembler/2002-02-19-TypeParsing.ll')
-rw-r--r-- | test/Assembler/2002-02-19-TypeParsing.ll | 10 |
1 files changed, 10 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 0000000..b777b34 --- /dev/null +++ b/test/Assembler/2002-02-19-TypeParsing.ll @@ -0,0 +1,10 @@ +; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f + + %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 * } } + +implementation + |