summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2017-02-27 17:59:01 +0000
committerRong Xu <xur@google.com>2017-02-27 17:59:01 +0000
commit08d08402734b71f2797b6a62cff662058090f193 (patch)
treea7ffba2c39a13e3798558eca229c07ced665aab6 /llvm/lib
parent6469380daabcf10a4c2daabb1f25a8a06f03b94e (diff)
downloadbcm5719-llvm-08d08402734b71f2797b6a62cff662058090f193.tar.gz
bcm5719-llvm-08d08402734b71f2797b6a62cff662058090f193.zip
Fix comments. NFC.
Change "Thin-LTO" to "ThinLTO" in the comments for consistency. llvm-svn: 296362
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/ProfileData/InstrProf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/InstrProf.cpp b/llvm/lib/ProfileData/InstrProf.cpp
index bec5f6c6835..69cda2ccee2 100644
--- a/llvm/lib/ProfileData/InstrProf.cpp
+++ b/llvm/lib/ProfileData/InstrProf.cpp
@@ -38,7 +38,7 @@ static cl::opt<bool> 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<unsigned> StaticFuncStripDirNamePrefix(
OpenPOWER on IntegriCloud