[llvm] r296362 - Fix comments. NFC.
Rong Xu via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 09:59:01 PST 2017
Author: xur
Date: Mon Feb 27 11:59:01 2017
New Revision: 296362
URL: http://llvm.org/viewvc/llvm-project?rev=296362&view=rev
Log:
Fix comments. NFC.
Change "Thin-LTO" to "ThinLTO" in the comments for consistency.
Modified:
llvm/trunk/lib/ProfileData/InstrProf.cpp
Modified: llvm/trunk/lib/ProfileData/InstrProf.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ProfileData/InstrProf.cpp?rev=296362&r1=296361&r2=296362&view=diff
==============================================================================
--- llvm/trunk/lib/ProfileData/InstrProf.cpp (original)
+++ llvm/trunk/lib/ProfileData/InstrProf.cpp Mon Feb 27 11:59:01 2017
@@ -38,7 +38,7 @@ static cl::opt<bool> StaticFuncFullModul
// of levels to strip. A value larger than the number of directories in the
// source file will strip all the directory names and only leave the basename.
//
-// Note current Thin-LTO module importing for the indirect-calls assumes
+// Note current ThinLTO module importing for the indirect-calls assumes
// the source directory name not being stripped. A non-zero option value here
// can potentially prevent some inter-module indirect-call-promotions.
static cl::opt<unsigned> StaticFuncStripDirNamePrefix(
More information about the llvm-commits
mailing list