X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-10-13-ConstantEncodingProblem.ll;h=bf3a52154342d94b57fe8b4977f0bb196afc8adc;hb=d5ce456161b81a50c2e0dcf948192c1a4e1c8d22;hp=e0811eeacf44f0baffa95ea3cb386a721bb22972;hpb=0cd05debae25e18ca6ac001df14ce9446baff607;p=oota-llvm.git diff --git a/test/Assembler/2002-10-13-ConstantEncodingProblem.ll b/test/Assembler/2002-10-13-ConstantEncodingProblem.ll index e0811eeacf4..bf3a5215434 100644 --- a/test/Assembler/2002-10-13-ConstantEncodingProblem.ll +++ b/test/Assembler/2002-10-13-ConstantEncodingProblem.ll @@ -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]