Slightly generalize transformation of memmove(a,a,n) so that it also applies
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
index ce2a90a0cec8dc1d4eebfb43716e928f777bca84..f725944b92107435a53d39f82e14ed7b3b66cb82 100644 (file)
@@ -1,8 +1,3 @@
-; RUN: llvm-as < %s -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 }* } }