Fix this test on hosts that don't have sse2.

llvm-svn: 48296
This commit is contained in:
Dan Gohman 2008-03-12 20:40:51 +00:00
parent f9de87eae8
commit 2ec41788ab

View 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>