Optimized integer vector multiplication operation by replacing it with shift/xor...
[oota-llvm.git] / test / CodeGen / X86 / liveness-local-regalloc.ll
index 52f6e5e28488757bf41e5944a08975a789b5c085..721f545985d7fb16731f1f1581638751cd6d995b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -regalloc=fast -verify-machineinstrs -mtriple=x86_64-apple-darwin10
+; RUN: llc < %s -regalloc=fast -optimize-regalloc=0 -verify-machineinstrs -mtriple=x86_64-apple-darwin10
 ; <rdar://problem/7755473>
 ; PR12821