summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/liveness-local-regalloc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/liveness-local-regalloc.ll')
-rw-r--r--test/CodeGen/X86/liveness-local-regalloc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/liveness-local-regalloc.ll b/test/CodeGen/X86/liveness-local-regalloc.ll
index 52f6e5e284..721f545985 100644
--- a/test/CodeGen/X86/liveness-local-regalloc.ll
+++ b/test/CodeGen/X86/liveness-local-regalloc.ll
@@ -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