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:


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to