Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / test / Assembler / 2002-02-19-TypeParsing.ll
index 2a25ebbba4e18a70037af2659b22126f3f5a3ea0..b7cadbdb05684ac71687ac28af689305f5f3e935 100644 (file)
@@ -1,10 +1,3 @@
-; RUN: llvm-as < %s -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
-
+; RUN: llvm-as %s -o /dev/null -f
+       
+%Hosp = type { i32, i32, i32, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* } }