summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-13 21:51:55 +0000
committerChris Lattner <sabre@nondot.org>2002-10-13 21:51:55 +0000
commit095441dcc33efdeab6e7a2ec3ac0b9c59cb56d35 (patch)
tree6d9365a611383219a0839f46596cac9919ddb0b1 /llvm
parenta202c0dbfade25a9a2b34f881e3f66302f207d15 (diff)
downloadbcm5719-llvm-095441dcc33efdeab6e7a2ec3ac0b9c59cb56d35.tar.gz
bcm5719-llvm-095441dcc33efdeab6e7a2ec3ac0b9c59cb56d35.zip
Simplify again
llvm-svn: 4154
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Assembler/2002-10-13-ConstantEncodingProblem.llx5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Regression/Assembler/2002-10-13-ConstantEncodingProblem.llx b/llvm/test/Regression/Assembler/2002-10-13-ConstantEncodingProblem.llx
index f8e45498d55..8f12eb65cae 100644
--- a/llvm/test/Regression/Assembler/2002-10-13-ConstantEncodingProblem.llx
+++ b/llvm/test/Regression/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
OpenPOWER on IntegriCloud