diff options
author | Stuart Hastings <stuart@apple.com> | 2011-06-07 15:23:11 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2011-06-07 15:23:11 +0000 |
commit | a0dab9cfdf9f1c48a337e0b4d23aa6e356feef5d (patch) | |
tree | 30eaf664a7f3696739bd22645c8b99965e083384 /test | |
parent | d0685b0e28b860137bde5cbb9005821a1bb89e53 (diff) | |
download | external_llvm-a0dab9cfdf9f1c48a337e0b4d23aa6e356feef5d.zip external_llvm-a0dab9cfdf9f1c48a337e0b4d23aa6e356feef5d.tar.gz external_llvm-a0dab9cfdf9f1c48a337e0b4d23aa6e356feef5d.tar.bz2 |
Tweak this test for ARM-hosted 'bot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2011-06-03-x87chain.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-06-03-x87chain.ll b/test/CodeGen/X86/2011-06-03-x87chain.ll index 19b4fc7..bf7f583 100644 --- a/test/CodeGen/X86/2011-06-03-x87chain.ll +++ b/test/CodeGen/X86/2011-06-03-x87chain.ll @@ -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: |