mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Suppress a compile time warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63161 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab160cf371
commit
d1e7d9a88b
@ -701,6 +701,7 @@ bool ARMConstantIslands::CPEIsInRange(MachineInstr *MI, unsigned UserOffset,
|
||||
return OffsetIsInRange(UserOffset, CPEOffset, MaxDisp, !isThumb);
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
/// BBIsJumpedOver - Return true of the specified basic block's only predecessor
|
||||
/// unconditionally branches to its only successor.
|
||||
static bool BBIsJumpedOver(MachineBasicBlock *MBB) {
|
||||
@ -714,6 +715,7 @@ static bool BBIsJumpedOver(MachineBasicBlock *MBB) {
|
||||
return PredMI->getOperand(0).getMBB() == Succ;
|
||||
return false;
|
||||
}
|
||||
#endif // NDEBUG
|
||||
|
||||
void ARMConstantIslands::AdjustBBOffsetsAfter(MachineBasicBlock *BB,
|
||||
int delta) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user