From 89964b4ca1e631a4a4f51e6de1bb7feb4b781c93 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 12 Mar 2008 20:40:51 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/all-ones-vector.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.34.1