From: Adam Nemet Date: Wed, 11 Jan 2017 04:39:41 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=468290d3389b99be3ddab43d4e5a2998025b444f;p=llvm Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291647 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Utils/LoopUtils.h b/include/llvm/Transforms/Utils/LoopUtils.h index 47f126c2e21..b786e4a66ec 100644 --- a/include/llvm/Transforms/Utils/LoopUtils.h +++ b/include/llvm/Transforms/Utils/LoopUtils.h @@ -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,