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