diff options
| author | Andrew Trick <atrick@apple.com> | 2013-09-26 05:53:35 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2013-09-26 05:53:35 +0000 |
| commit | 71e8bb6d1daf1f6b6f446e1dec5565c5d0bf2c68 (patch) | |
| tree | 1c14ffc3a1b3485ea9990d2e5a48b98d25b6f9ef /llvm/lib/CodeGen/RegisterCoalescer.cpp | |
| parent | 6f5aad7a24684a4ddab239990db7c7e7044a93a9 (diff) | |
| download | bcm5719-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.cpp | 2 |
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); |

