[llvm] r219365 - Fix typo in comment
Robin Morisset
morisset at google.com
Wed Oct 8 16:30:45 PDT 2014
Author: morisset
Date: Wed Oct 8 18:30:45 2014
New Revision: 219365
URL: http://llvm.org/viewvc/llvm-project?rev=219365&view=rev
Log:
Fix typo in comment
Modified:
llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h
Modified: llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h?rev=219365&r1=219364&r2=219365&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h (original)
+++ llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h Wed Oct 8 18:30:45 2014
@@ -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
More information about the llvm-commits
mailing list