mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 05:47:13 +00:00
Fix Bug: BasicAA/2003-05-21-GEP-Problem.ll
llvm-svn: 6270
This commit is contained in:
parent
1e92c6803b
commit
777fdfc135
@ -290,7 +290,7 @@ BasicAliasAnalysis::CheckGEPInstructions(GetElementPtrInst *GEP1, unsigned G1S,
|
||||
if (isa<Constant>(Op2))
|
||||
Indices2.push_back((Value*)Op2);
|
||||
else // Conservatively assume the minimum value for this index
|
||||
Indices2.push_back(Constant::getNullValue(Op1->getType()));
|
||||
Indices2.push_back(Constant::getNullValue(Op2->getType()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user