summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/regalloc-reconcile-broken-hints.ll')
-rw-r--r--test/CodeGen/X86/regalloc-reconcile-broken-hints.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll b/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
index ba8ff1bc1819..3bb14c4b1cd8 100644
--- a/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
+++ b/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -o - -mtriple=x86_64-apple-macosx | FileCheck %s
+; RUN: llc -lsr-filter-same-scaled-reg=false < %s -o - -mtriple=x86_64-apple-macosx | FileCheck %s
; Test case for the recoloring of broken hints.
; This is tricky to have something reasonably small to kick this optimization since
; it requires that spliting and spilling occur.