[llvm-commits] [llvm] r37927 - /llvm/trunk/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll

Chris Lattner sabre at nondot.org
Thu Jul 5 15:16:20 PDT 2007


Author: lattner
Date: Thu Jul  5 17:16:19 2007
New Revision: 37927

URL: http://llvm.org/viewvc/llvm-project?rev=37927&view=rev
Log:
avoid ambiguity in target selection

Modified:
    llvm/trunk/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll

Modified: llvm/trunk/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll?rev=37927&r1=37926&r2=37927&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll Thu Jul  5 17:16:19 2007
@@ -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:





More information about the llvm-commits mailing list