[llvm-commits] [llvm] r132711 - /llvm/trunk/test/CodeGen/X86/2011-06-03-x87chain.ll

Stuart Hastings stuart at apple.com
Tue Jun 7 08:23:11 PDT 2011


Author: stuart
Date: Tue Jun  7 10:23:11 2011
New Revision: 132711

URL: http://llvm.org/viewvc/llvm-project?rev=132711&view=rev
Log:
Tweak this test for ARM-hosted 'bot.

Modified:
    llvm/trunk/test/CodeGen/X86/2011-06-03-x87chain.ll

Modified: llvm/trunk/test/CodeGen/X86/2011-06-03-x87chain.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-06-03-x87chain.ll?rev=132711&r1=132710&r2=132711&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-06-03-x87chain.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2011-06-03-x87chain.ll Tue Jun  7 10:23:11 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
 
 define float @chainfail1(i64* nocapture %a, i64* nocapture %b, i32 %x, i32 %y, float* nocapture %f) nounwind uwtable noinline ssp {
 entry:





More information about the llvm-commits mailing list