Some comment fixes.
[oota-llvm.git] / test / Assembler / 2002-10-13-ConstantEncodingProblem.ll
index e0811eeacf44f0baffa95ea3cb386a721bb22972..bf3a52154342d94b57fe8b4977f0bb196afc8adc 100644 (file)
@@ -1,8 +1,5 @@
-%Domain = type { sbyte*, %List_o_links*, %D_tree_leaf*, %Domain* }
-%List_o_links = type { int, int, int, %List_o_links* }
-%D_tree_leaf = type { %Domain*, int, %D_tree_leaf* }
+; RUN: llvm-as < %s | llvm-dis
 
-%D = global %Domain { sbyte* null, %List_o_links* null, %D_tree_leaf* null, %Domain* null }
-
-implementation
+%Domain = type { %Domain**, %Domain* }
+@D = global %Domain zeroinitializer             ; <%Domain*> [#uses=0]