mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fixed Chris' typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8425c5a5e
commit
1ad5bc5616
@ -266,7 +266,7 @@ bool LoadVN::haveEqualValueNumber(LoadInst *L1, LoadInst *L2,
|
||||
return true;
|
||||
} else {
|
||||
// If we know that the downward scan found a modifier, return false.
|
||||
assert(DownIt != B->end() && "Didn't find instructions??");
|
||||
assert(DownIt != BB->end() && "Didn't find instructions??");
|
||||
if (!NoModifiesDown) return false;
|
||||
|
||||
// Otherwise, continue the scan looking for a modifier or L2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user