Fix unused variable warning. NFCI.

This commit is contained in:
Simon Pilgrim 2019-10-29 12:12:16 +00:00
parent 80b0cdde0f
commit ec82eb2d02
1 changed files with 1 additions and 1 deletions

View File

@ -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 << ',';