Skip to content

Commit 08d0840

Browse files
committed
Fix comments. NFC.
Change "Thin-LTO" to "ThinLTO" in the comments for consistency. llvm-svn: 296362
1 parent 6469380 commit 08d0840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ProfileData/InstrProf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static cl::opt<bool> StaticFuncFullModulePrefix(
3838
// of levels to strip. A value larger than the number of directories in the
3939
// source file will strip all the directory names and only leave the basename.
4040
//
41-
// Note current Thin-LTO module importing for the indirect-calls assumes
41+
// Note current ThinLTO module importing for the indirect-calls assumes
4242
// the source directory name not being stripped. A non-zero option value here
4343
// can potentially prevent some inter-module indirect-call-promotions.
4444
static cl::opt<unsigned> StaticFuncStripDirNamePrefix(

0 commit comments

Comments
 (0)