mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fixed Chris' typo.
llvm-svn: 11128
This commit is contained in:
parent
976f0680a8
commit
d7b137d9fb
@ -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…
Reference in New Issue
Block a user