mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Suppress debug label when not debug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27588 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fcf5e21b96
commit
52fa2449c9
@ -407,7 +407,7 @@ void PPCRegisterInfo::emitPrologue(MachineFunction &MF) const {
|
||||
.addReg(PPC::R1).addReg(PPC::R1).addReg(PPC::R0);
|
||||
}
|
||||
|
||||
if (DebugInfo) {
|
||||
if (DebugInfo && DebugInfo->hasInfo()) {
|
||||
std::vector<MachineMove *> &Moves = DebugInfo->getFrameMoves();
|
||||
unsigned LabelID = DebugInfo->NextLabelID();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user