[llvm] r291647 - Fix typo in comment

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 20:39:41 PST 2017


Author: anemet
Date: Tue Jan 10 22:39:41 2017
New Revision: 291647

URL: http://llvm.org/viewvc/llvm-project?rev=291647&view=rev
Log:
Fix typo in comment

Modified:
    llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h

Modified: llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h?rev=291647&r1=291646&r2=291647&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h Tue Jan 10 22:39:41 2017
@@ -482,7 +482,7 @@ void getLoopAnalysisUsage(AnalysisUsage
 /// preheader to loop body (no speculation).
 /// If SafetyInfo is not null, we are checking for hoisting/sinking
 /// instructions from loop body to preheader/exit. Check if the instruction
-/// can execute specultatively.
+/// can execute speculatively.
 ///
 bool canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
                         Loop *CurLoop, AliasSetTracker *CurAST,




More information about the llvm-commits mailing list