llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.
[oota-llvm.git] / test / CodeGen / X86 / fold-pcmpeqd-1.ll
index 5d817ad6cd86bed19166a3190c1d4d3c6c9b8501..d850630a4d083609f716a1c1dad080287d68cfc5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+sse2,-avx | FileCheck %s
 
 define <2 x double> @foo() nounwind {
   ret <2 x double> bitcast (<2 x i64><i64 -1, i64 -1> to <2 x double>)