Don't run RAFast in the optimizing regalloc pipeline.
[oota-llvm.git] / test / CodeGen / X86 / phys-reg-local-regalloc.ll
index 8b9ea17c4e2326ec30ce4a43217cb33a021b164f..c565684685e5f68793cbc51ed6a49091364e6a5a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mtriple=i386-apple-darwin9 -regalloc=fast | FileCheck %s
+; RUN: llc < %s -march=x86 -mtriple=i386-apple-darwin9 -regalloc=fast -optimize-regalloc=0 | FileCheck %s
 ; RUN: llc -O0 < %s -march=x86 -mtriple=i386-apple-darwin9 -regalloc=fast | FileCheck %s
 ; CHECKed instructions should be the same with or without -O0.