diff --git a/llvm/tools/llvm-profgen/ProfileGenerator.cpp b/llvm/tools/llvm-profgen/ProfileGenerator.cpp --- a/llvm/tools/llvm-profgen/ProfileGenerator.cpp +++ b/llvm/tools/llvm-profgen/ProfileGenerator.cpp @@ -46,7 +46,7 @@ "profile.")); static cl::opt CSProfTrimColdContext( - "csprof-trim-cold-context", cl::init(true), cl::ZeroOrMore, + "csprof-trim-cold-context", cl::init(false), cl::ZeroOrMore, cl::desc("If the total count of the profile after all merge is done " "is still smaller than threshold, it will be trimmed."));