summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-xmm-zero.ll
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-06-10 08:26:26 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-06-10 08:26:26 +0000
commit5e05deebb9b44e23ec015cdcbccbdb2a2fa6d83b (patch)
tree015630bc8841bc060c6a8a7aeacfee0af30b42e8 /test/CodeGen/X86/fold-xmm-zero.ll
parent993200d8b28fbe54448829a2c63c52d44c8de9b6 (diff)
downloadllvm-5e05deebb9b44e23ec015cdcbccbdb2a2fa6d83b.tar.gz
llvm-5e05deebb9b44e23ec015cdcbccbdb2a2fa6d83b.tar.bz2
llvm-5e05deebb9b44e23ec015cdcbccbdb2a2fa6d83b.tar.xz
Add -mattr=+sse2 to make the buildbots happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-xmm-zero.ll')
-rw-r--r--test/CodeGen/X86/fold-xmm-zero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-xmm-zero.ll b/test/CodeGen/X86/fold-xmm-zero.ll
index 65c31f054b..b4eeb40983 100644
--- a/test/CodeGen/X86/fold-xmm-zero.ll
+++ b/test/CodeGen/X86/fold-xmm-zero.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-macosx10.6.7 | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-macosx10.6.7 -mattr=+sse2 | FileCheck %s
; Simple test to make sure folding for special constants (like float zero)
; isn't completely broken.