summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRobin Morisset <morisset@google.com>2014-10-08 23:30:45 +0000
committerRobin Morisset <morisset@google.com>2014-10-08 23:30:45 +0000
commitebacdcafd96876ce403e3673ea5e40ebe680d158 (patch)
tree7b70d582b481e88292fcff42511e59e34276f553 /llvm
parente5feec502d705c9330f9b6fbcca550e8cfe7f5f3 (diff)
downloadbcm5719-llvm-ebacdcafd96876ce403e3673ea5e40ebe680d158.tar.gz
bcm5719-llvm-ebacdcafd96876ce403e3673ea5e40ebe680d158.zip
Fix typo in comment
llvm-svn: 219365
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h b/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
index bb256c7bbcc..57b51542092 100644
--- a/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
+++ b/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
@@ -260,7 +260,7 @@ public:
/// loop.
///
/// This function should only be called when distributing mass. As long as
- /// there are no irreducilbe edges to Node, then it will have complexity
+ /// there are no irreducible edges to Node, then it will have complexity
/// O(1) in this context.
///
/// In general, the complexity is O(L), where L is the number of loop
OpenPOWER on IntegriCloud