fix whitespace type

This commit is contained in:
Philip Reames 2021-04-13 19:02:11 -07:00
parent 479b672ff9
commit 00c8be3f93
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ bool llvm::isSafeToLoadUnconditionally(Value *V, Type *Ty, Align Alignment,
return isSafeToLoadUnconditionally(V, Alignment, Size, DL, ScanFrom, DT, TLI);
}
/// DefMaxInstsToScan - the default number of maximum instructions
/// DefMaxInstsToScan - the default number of maximum instructions
/// to scan in the block, used by FindAvailableLoadedValue().
/// FindAvailableLoadedValue() was introduced in r60148, to improve jump
/// threading in part by eliminating partially redundant loads.