this test isn't useful since we added @ notation for globals.
[oota-llvm.git] / test / Assembler / 2002-10-13-ConstantEncodingProblem.llx
index 0634b9f43044f86117479768755c5547e4957cdc..bf3a52154342d94b57fe8b4977f0bb196afc8adc 100644 (file)
@@ -1,8 +1,5 @@
 ; RUN: llvm-as < %s | llvm-dis
 
 %Domain = type { %Domain**, %Domain* }
-
-%D = global %Domain { %Domain** null, %Domain* null }
-
-implementation
+@D = global %Domain zeroinitializer             ; <%Domain*> [#uses=0]