From: Dan Gohman Date: Wed, 12 Mar 2008 20:40:51 +0000 (+0000) Subject: Fix this test on hosts that don't have sse2. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=89964b4ca1e631a4a4f51e6de1bb7feb4b781c93;p=oota-llvm.git Fix this test on hosts that don't have sse2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48296 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/all-ones-vector.ll b/test/CodeGen/X86/all-ones-vector.ll index a79002b8032..5709d7951f5 100644 --- a/test/CodeGen/X86/all-ones-vector.ll +++ b/test/CodeGen/X86/all-ones-vector.ll @@ -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>