mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Temporarily revert this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118946 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11c11f8ab0
commit
84e86c0156
@ -590,11 +590,10 @@ bool ARMFastISel::ARMComputeRegOffset(const Value *Obj, unsigned &Base,
|
|||||||
// Don't walk into other basic blocks; it's possible we haven't
|
// Don't walk into other basic blocks; it's possible we haven't
|
||||||
// visited them yet, so the instructions may not yet be assigned
|
// visited them yet, so the instructions may not yet be assigned
|
||||||
// virtual registers.
|
// virtual registers.
|
||||||
if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
|
if (FuncInfo.MBBMap[I->getParent()] != FuncInfo.MBB)
|
||||||
FuncInfo.MBBMap[I->getParent()] == FuncInfo.MBB) {
|
return false;
|
||||||
Opcode = I->getOpcode();
|
Opcode = I->getOpcode();
|
||||||
U = I;
|
U = I;
|
||||||
}
|
|
||||||
} else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
|
} else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
|
||||||
Opcode = C->getOpcode();
|
Opcode = C->getOpcode();
|
||||||
U = C;
|
U = C;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user