diff options
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCMIPeephole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp b/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp index 27ded63bf64..a2640727f81 100644 --- a/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp +++ b/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp @@ -55,7 +55,7 @@ FixedPointRegToImm("ppc-reg-to-imm-fixed-point", cl::Hidden, cl::init(true), "convert reg-reg instructions to reg-imm")); static cl::opt<bool> -ConvertRegReg("ppc-convert-rr-to-ri", cl::Hidden, cl::init(true), +ConvertRegReg("ppc-convert-rr-to-ri", cl::Hidden, cl::init(false), cl::desc("Convert eligible reg+reg instructions to reg+imm")); static cl::opt<bool> |