diff --git a/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp b/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp index 604a20f3951a6..2b7b859891dcd 100644 --- a/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp +++ b/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp @@ -96,7 +96,7 @@ extern cl::opt MemOPSizeRange; extern cl::opt MemOPSizeLarge; cl::opt - MemOPOptMemcmpBcmp("pgo-memop-optimize-memcmp-bcmp", cl::init(false), + MemOPOptMemcmpBcmp("pgo-memop-optimize-memcmp-bcmp", cl::init(true), cl::Hidden, cl::desc("Size-specialize memcmp and bcmp calls"));