1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 0d769907b4
commit 3f0810342a

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
{