Add -mattr=+sse2 to make the buildbots happy.
authorEli Friedman <eli.friedman@gmail.com>
Fri, 10 Jun 2011 08:26:26 +0000 (08:26 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 10 Jun 2011 08:26:26 +0000 (08:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132839 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fold-xmm-zero.ll

index 65c31f054b50174ae69801478b9495d9791fab37..b4eeb40983847481c58134d0a3d136024c199d55 100644 (file)
@@ -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.