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(
120120
121121cl::opt<bool > StaleMatchingWithBlockPseudoProbes (
122122 " 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));
125125
126126} // namespace opts
127127
@@ -327,7 +327,7 @@ class StaleMatcher {
327327 }
328328
329329 // / A helper function for logging.
330- static bool LogErrIfExpr (bool Expr, std::string Message) {
330+ static bool LogErrIfExpr (bool Expr, StringRef Message) {
331331 if (Expr)
332332 errs () << Message;
333333 return Expr;
You can’t perform that action at this time.
0 commit comments