summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2017-02-14 17:21:12 +0000
committerAdam Nemet <anemet@apple.com>2017-02-14 17:21:12 +0000
commit4c98023724f3438f7d5ebc12cf7e384348a48d79 (patch)
treeffec615d070386156990c69c9324ab7f4917ab89
parentbbb141c734d7dff41e1c41919362aa6f041e26cf (diff)
downloadbcm5719-llvm-4c98023724f3438f7d5ebc12cf7e384348a48d79.tar.gz
bcm5719-llvm-4c98023724f3438f7d5ebc12cf7e384348a48d79.zip
[LazyBFI] Fix typos
llvm-svn: 295073
-rw-r--r--llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h4
-rw-r--r--llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h b/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h
index 9a8f1ad8e90..71ce0842f6a 100644
--- a/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h
+++ b/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h
@@ -9,7 +9,7 @@
//
// This is an alternative analysis pass to BlockFrequencyInfoWrapperPass. The
// difference is that with this pass the block frequencies are not computed when
-// the analysis pass is executed but rather when the BFI results is explicitly
+// the analysis pass is executed but rather when the BFI result is explicitly
// requested by the analysis client.
//
//===----------------------------------------------------------------------===//
@@ -78,7 +78,7 @@ private:
/// \brief This is an alternative analysis pass to
/// BlockFrequencyInfoWrapperPass. The difference is that with this pass the
/// block frequencies are not computed when the analysis pass is executed but
-/// rather when the BFI results is explicitly requested by the analysis client.
+/// rather when the BFI result is explicitly requested by the analysis client.
///
/// There are some additional requirements for any client pass that wants to use
/// the analysis:
diff --git a/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp b/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp
index 596b6fc1afb..a8178ecc0a2 100644
--- a/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp
+++ b/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp
@@ -9,7 +9,7 @@
//
// This is an alternative analysis pass to BlockFrequencyInfoWrapperPass. The
// difference is that with this pass the block frequencies are not computed when
-// the analysis pass is executed but rather when the BFI results is explicitly
+// the analysis pass is executed but rather when the BFI result is explicitly
// requested by the analysis client.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud