fix PR5733, a case where we'd replace an add with a lexically identical
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
index 3418de9447fe5ee70cf3516d185cb70770e782d0..f725944b92107435a53d39f82e14ed7b3b66cb82 100644 (file)
@@ -1,8 +1,3 @@
-; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
-
-  %Hosp = type {
-                 { \2 *, { \2, \4 } * },
-                 { \2 *, { \2, \4 } * }
-               }
-
-implementation
+; RUN: llvm-as %s -o /dev/null
+  
+ %Hosp = type { { \2*, { \2, %Hosp }* }, { \2*, { \2, %Hosp }* } }