diff --git a/llvm/lib/Transforms/Utils/SizeOpts.cpp b/llvm/lib/Transforms/Utils/SizeOpts.cpp index b67d4a18ec432..f18f6b4c5a6ae 100644 --- a/llvm/lib/Transforms/Utils/SizeOpts.cpp +++ b/llvm/lib/Transforms/Utils/SizeOpts.cpp @@ -34,7 +34,7 @@ cl::opt PGSOColdCodeOnlyForInstrPGO( "to cold code under instrumentation PGO.")); cl::opt PGSOColdCodeOnlyForSamplePGO( - "pgso-cold-code-only-for-sample-pgo", cl::Hidden, cl::init(true), + "pgso-cold-code-only-for-sample-pgo", cl::Hidden, cl::init(false), cl::desc("Apply the profile guided size optimizations only " "to cold code under sample PGO."));