Fix a bug in GVN that Duncan noticed, where we potentially need to insert a
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
index ce2a90a0cec8dc1d4eebfb43716e928f777bca84..60e704fbed2a773c44a16b6e64535dba5b87aabd 100644 (file)
@@ -1,8 +1,3 @@
 ; RUN: llvm-as < %s -o /dev/null -f
-
-  %Hosp = type {
-                 { \2 *, { \2, \4 } * },
-                 { \2 *, { \2, \4 } * }
-               }
-
-implementation
+  
+ %Hosp = type { { \2*, { \2, %Hosp }* }, { \2*, { \2, %Hosp }* } }