mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
eliminate warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a94de2990
commit
f3cdf3e3ec
@ -8643,7 +8643,7 @@ Instruction *InstCombiner::visitGetElementPtrInst(GetElementPtrInst &GEP) {
|
|||||||
// converted to match the type of the cast, don't touch this.
|
// converted to match the type of the cast, don't touch this.
|
||||||
if (isa<AllocationInst>(BCI->getOperand(0))) {
|
if (isa<AllocationInst>(BCI->getOperand(0))) {
|
||||||
// See if the bitcast simplifies, if so, don't nuke this GEP yet.
|
// See if the bitcast simplifies, if so, don't nuke this GEP yet.
|
||||||
if (Instruction *I = visitBitCast(*BCI))
|
if (visitBitCast(*BCI))
|
||||||
return &GEP;
|
return &GEP;
|
||||||
}
|
}
|
||||||
return new BitCastInst(BCI->getOperand(0), GEP.getType());
|
return new BitCastInst(BCI->getOperand(0), GEP.getType());
|
||||||
|
Loading…
Reference in New Issue
Block a user