File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ cl::opt<unsigned> StaleMatchingCostJumpUnknownFTInc(
120
120
121
121
cl::opt<bool > StaleMatchingWithBlockPseudoProbes (
122
122
" stale-matching-with-block-pseudo-probes" ,
123
- cl::desc (" Turns on stale matching with block pseudo probes." ), cl::init( 3 ),
124
- cl::ReallyHidden, cl::cat(BoltOptCategory));
123
+ cl::desc (" Turns on stale matching with block pseudo probes." ),
124
+ cl::init( false ), cl:: ReallyHidden, cl::cat(BoltOptCategory));
125
125
126
126
} // namespace opts
127
127
@@ -327,7 +327,7 @@ class StaleMatcher {
327
327
}
328
328
329
329
// / A helper function for logging.
330
- static bool LogErrIfExpr (bool Expr, std::string Message) {
330
+ static bool LogErrIfExpr (bool Expr, StringRef Message) {
331
331
if (Expr)
332
332
errs () << Message;
333
333
return Expr;
You can’t perform that action at this time.
0 commit comments