Fix this test on hosts that don't have sse2.
authorDan Gohman <gohman@apple.com>
Wed, 12 Mar 2008 20:40:51 +0000 (20:40 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 12 Mar 2008 20:40:51 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48296 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/all-ones-vector.ll

index a79002b80321f909e5034a76d6d0e60fa38fe4b0..5709d7951f5d2b18824fd6e0bdc67941f215db8c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep pcmpeqd | count 4
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 | grep pcmpeqd | count 4
 
 define <4 x i32> @ioo() {
         ret <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>