[mips] Test commit: Mark insertNoop as dead code (NFC)

llvm-svn: 264728
This commit is contained in:
Simon Dardis 2016-03-29 13:02:19 +00:00
parent 14c42eec54
commit 9a3f32c00d
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const {
/// insertNoop - If data hazard condition is found insert the target nop
/// instruction.
// FIXME: This appears to be dead code.
void MipsInstrInfo::
insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
{