summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-14 08:59:00 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-14 08:59:00 +0000
commitae1790099762a04d52c25007714d0f50679a335c (patch)
tree2ea7dd1e9a19273074e9c831086e7a7660f4ba73 /llvm/lib/Transforms/Instrumentation
parentb6efb9071775b4c46e567c213b4eb7871f5f2d2d (diff)
downloadbcm5719-llvm-ae1790099762a04d52c25007714d0f50679a335c.tar.gz
bcm5719-llvm-ae1790099762a04d52c25007714d0f50679a335c.zip
[NFC] fix trivial typos in document and comments
"not not" -> "not" etc llvm-svn: 330083
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r--llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
index f38eb5b3c06..16e95b5f688 100644
--- a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
+++ b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
@@ -862,7 +862,7 @@ public:
// Set the branch weights based on the count values.
void setBranchWeights();
- // Annotate the value profile call sites all all value kind.
+ // Annotate the value profile call sites for all value kind.
void annotateValueSites();
// Annotate the value profile call sites for one value kind.
OpenPOWER on IntegriCloud