summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-05 22:16:19 +0000
committerChris Lattner <sabre@nondot.org>2007-07-05 22:16:19 +0000
commitfeba62c7190cfa824bd9a874129a9f32645f7b0f (patch)
tree1fea54a445ecf4e44da30bad669813e2e7abb092 /llvm
parent9546a5c7ded62cc50e0168a2d84afcbfa949faad (diff)
downloadbcm5719-llvm-feba62c7190cfa824bd9a874129a9f32645f7b0f.tar.gz
bcm5719-llvm-feba62c7190cfa824bd9a874129a9f32645f7b0f.zip
avoid ambiguity in target selection
llvm-svn: 37927
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll b/llvm/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
index 192274a8454..876e9f22475 100644
--- a/llvm/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
+++ b/llvm/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
@@ -1,7 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc
-target endian = little
-target pointersize = 32
%struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, int, int }
implementation ; Functions:
OpenPOWER on IntegriCloud