[llvm-commits] [llvm] r132454 -	/llvm/trunk/test/CodeGen/X86/setoeq.ll
    Stuart Hastings 
    stuart at apple.com
       
    Wed Jun  1 22:05:39 PDT 2011
    
    
  
Author: stuart
Date: Thu Jun  2 00:05:39 2011
New Revision: 132454
URL: http://llvm.org/viewvc/llvm-project?rev=132454&view=rev
Log:
Tweak testcase for ARM bot.  rdar://problem/5993888
Modified:
    llvm/trunk/test/CodeGen/X86/setoeq.ll
Modified: llvm/trunk/test/CodeGen/X86/setoeq.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/setoeq.ll?rev=132454&r1=132453&r2=132454&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/setoeq.ll (original)
+++ llvm/trunk/test/CodeGen/X86/setoeq.ll Thu Jun  2 00:05:39 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86  | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
 
 define zeroext i8 @t(double %x) nounwind readnone {
 entry:
    
    
More information about the llvm-commits
mailing list