diff options
| -rw-r--r-- | llvm/lib/CodeGen/MachineLICM.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp index 7acddff..c8b5471 100644 --- a/llvm/lib/CodeGen/MachineLICM.cpp +++ b/llvm/lib/CodeGen/MachineLICM.cpp @@ -58,9 +58,9 @@ using namespace llvm; #define DEBUG_TYPE "machinelicm" static cl::opt<bool> -AvoidSpeculation("avoid-speculation", - cl::desc("MachineLICM should avoid speculation"), - cl::init(true), cl::Hidden); + AvoidSpeculation("avoid-speculation", + cl::desc("MachineLICM should avoid speculation"), + cl::init(false), cl::Hidden); static cl::opt<bool> HoistCheapInsts("hoist-cheap-insts", |
