[x86] Simplify vector selection if condition value type matches vselect value type...
[oota-llvm.git] / test / CodeGen / X86 / twoaddr-coalesce-2.ll
index e50e7c52d18eacbf7eb8be942a89d0415b65af26..cbcde065559717926ee92fe41a8485b96fafc96e 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=penryn -stats |& \
+; REQUIRES: asserts
+; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=penryn -stats 2>&1 | \
 ; RUN:   grep "twoaddrinstr" | grep "Number of instructions aggressively commuted"
 ; rdar://6480363