summaryrefslogtreecommitdiff
path: root/test
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
commit02f7906b2f16c08f59bc6c01bd68cfe114cf0ef6 (patch)
treef5cb620b7f48ffb969c3003d6aea18c3f35ebe31 /test
parent148b6a419fbb20e2224a1b92c499d51513b9bc27 (diff)
downloadllvm-02f7906b2f16c08f59bc6c01bd68cfe114cf0ef6.tar.gz
llvm-02f7906b2f16c08f59bc6c01bd68cfe114cf0ef6.tar.bz2
llvm-02f7906b2f16c08f59bc6c01bd68cfe114cf0ef6.tar.xz
avoid ambiguity in target selection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll b/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
index 192274a845..876e9f2247 100644
--- a/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
+++ b/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: