summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterCoalescer.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-09-26 05:53:35 +0000
committerAndrew Trick <atrick@apple.com>2013-09-26 05:53:35 +0000
commit71e8bb6d1daf1f6b6f446e1dec5565c5d0bf2c68 (patch)
tree1c14ffc3a1b3485ea9990d2e5a48b98d25b6f9ef /llvm/lib/CodeGen/RegisterCoalescer.cpp
parent6f5aad7a24684a4ddab239990db7c7e7044a93a9 (diff)
downloadbcm5719-llvm-71e8bb6d1daf1f6b6f446e1dec5565c5d0bf2c68.tar.gz
bcm5719-llvm-71e8bb6d1daf1f6b6f446e1dec5565c5d0bf2c68.zip
Added temp flag -misched-bench for staging in default changes.
llvm-svn: 191423
Diffstat (limited to 'llvm/lib/CodeGen/RegisterCoalescer.cpp')
-rw-r--r--llvm/lib/CodeGen/RegisterCoalescer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp
index c776dd31225..791f1baf63d 100644
--- a/llvm/lib/CodeGen/RegisterCoalescer.cpp
+++ b/llvm/lib/CodeGen/RegisterCoalescer.cpp
@@ -2199,7 +2199,7 @@ bool RegisterCoalescer::runOnMachineFunction(MachineFunction &fn) {
const TargetSubtargetInfo &ST = TM->getSubtarget<TargetSubtargetInfo>();
if (EnableGlobalCopies == cl::BOU_UNSET)
- JoinGlobalCopies = ST.enableMachineScheduler();
+ JoinGlobalCopies = ST.useMachineScheduler();
else
JoinGlobalCopies = (EnableGlobalCopies == cl::BOU_TRUE);
OpenPOWER on IntegriCloud