From 8c896211a1e00519173ae8f3c4ef46bdcd81ce0d Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Mon, 27 Feb 2017 17:59:01 +0000 Subject: [PATCH] Fix comments. NFC. Change "Thin-LTO" to "ThinLTO" in the comments for consistency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296362 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ProfileData/InstrProf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProfileData/InstrProf.cpp b/lib/ProfileData/InstrProf.cpp index bec5f6c6835..69cda2ccee2 100644 --- a/lib/ProfileData/InstrProf.cpp +++ b/lib/ProfileData/InstrProf.cpp @@ -38,7 +38,7 @@ static cl::opt StaticFuncFullModulePrefix( // 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 StaticFuncStripDirNamePrefix( -- 2.50.1