Fix typo in comment

llvm-svn: 291647
This commit is contained in:
Adam Nemet 2017-01-11 04:39:41 +00:00
parent 358433ce1b
commit 4d6fb400e9
1 changed files with 1 additions and 1 deletions

View 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,