diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-02-26 20:40:22 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-26 20:40:22 +0000 |
| commit | fa6b3668922773e8d446c5755728f64d0b19dc95 (patch) | |
| tree | 6c67b3d1ef53f715c26b573535929e9795d6ae51 /llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp | |
| parent | f120c6227129b600a2ba6bd7e974e371280393ad (diff) | |
| download | bcm5719-llvm-fa6b3668922773e8d446c5755728f64d0b19dc95.tar.gz bcm5719-llvm-fa6b3668922773e8d446c5755728f64d0b19dc95.zip | |
Enable -coalescer-commute-instrs by default.
llvm-svn: 47623
Diffstat (limited to 'llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp index c723c9eeae1..f015ad5c1f3 100644 --- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp +++ b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp @@ -55,7 +55,7 @@ namespace { static cl::opt<bool> CommuteDef("coalescer-commute-instrs", - cl::init(false), cl::Hidden); + cl::init(true), cl::Hidden); static cl::opt<int> CommuteLimit("commute-limit", |

