mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc05f402ea
commit
a24b294e74
@ -802,7 +802,7 @@ void LICM::FindPromotableValuesInLoop(
|
||||
|
||||
// If one use of value V inside the loop is safe then it is OK to promote
|
||||
// this value. On the otherside if there is not any unsafe use inside the
|
||||
// looop then also it is OK to promote this value. Otherwise it is
|
||||
// loop then also it is OK to promote this value. Otherwise it is
|
||||
// unsafe to promote this value.
|
||||
if (PointerOk) {
|
||||
bool oneSafeUse = false;
|
||||
|
Loading…
Reference in New Issue
Block a user