diff options
-rw-r--r-- | test/Assembler/2002-10-13-ConstantEncodingProblem.llx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Assembler/2002-10-13-ConstantEncodingProblem.llx b/test/Assembler/2002-10-13-ConstantEncodingProblem.llx index f8e45498d5..8f12eb65ca 100644 --- a/test/Assembler/2002-10-13-ConstantEncodingProblem.llx +++ b/test/Assembler/2002-10-13-ConstantEncodingProblem.llx @@ -1,9 +1,8 @@ ; RUN: as < %s | dis -%Domain = type { %D_tree_leaf*, %Domain* } -%D_tree_leaf = type %Domain* +%Domain = type { %Domain**, %Domain* } -%D = global %Domain { %D_tree_leaf* null, %Domain* null } +%D = global %Domain { %Domain** null, %Domain* null } implementation |