From: Chris Lattner Date: Thu, 5 Jul 2007 22:16:19 +0000 (+0000) Subject: avoid ambiguity in target selection X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=02f7906b2f16c08f59bc6c01bd68cfe114cf0ef6;p=oota-llvm.git avoid ambiguity in target selection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll b/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll index 192274a8454..876e9f22475 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: