forked from OSchip/llvm-project
Fix unused variable warning. NFCI.
This commit is contained in:
parent
80b0cdde0f
commit
ec82eb2d02
|
@ -1701,7 +1701,7 @@ void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST,
|
|||
OS << " post-instr-symbol ";
|
||||
MachineOperand::printSymbol(OS, *PostInstrSymbol);
|
||||
}
|
||||
if (MDNode *HeapAllocMarker = getHeapAllocMarker()) {
|
||||
if (/*MDNode *HeapAllocMarker =*/getHeapAllocMarker()) {
|
||||
if (!FirstOp) {
|
||||
FirstOp = false;
|
||||
OS << ',';
|
||||
|
|
Loading…
Reference in New Issue