mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 15:26:07 +00:00
Fix a glaring bug
llvm-svn: 10400
This commit is contained in:
parent
3245f523d9
commit
a1ddf56288
@ -180,6 +180,7 @@ BasicAliasAnalysis::alias(const Value *V1, unsigned V1Size,
|
||||
if (const Constant *C = dyn_cast<Constant>(GEP->getOperand(i))) {
|
||||
if (!C->isNullValue()) {
|
||||
ConstantFound = true;
|
||||
AllZerosFound = false;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user