forked from OSchip/llvm-project
[mips] Test commit: Mark insertNoop as dead code (NFC)
llvm-svn: 264728
This commit is contained in:
parent
14c42eec54
commit
9a3f32c00d
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue