]> granicus.if.org Git - llvm/commitdiff
Fix typo in comment
authorAdam Nemet <anemet@apple.com>
Wed, 11 Jan 2017 04:39:41 +0000 (04:39 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 11 Jan 2017 04:39:41 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291647 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/LoopUtils.h

index 47f126c2e21f4479cbdb4b4336751056333e8378..b786e4a66ecb29fe49c319a36cd4baa2fa090fe2 100644 (file)
@@ -482,7 +482,7 @@ void getLoopAnalysisUsage(AnalysisUsage &AU);
 /// 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,