[llvm] 8e1d9f0 - [mips] Remove stale comment (NFC)

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 16:01:30 PDT 2022


Author: Simon Dardis
Date: 2022-04-07T00:00:29+01:00
New Revision: 8e1d9f003289af4cbc80d9d85ea05eb934733ca6

URL: https://github.com/llvm/llvm-project/commit/8e1d9f003289af4cbc80d9d85ea05eb934733ca6
DIFF: https://github.com/llvm/llvm-project/commit/8e1d9f003289af4cbc80d9d85ea05eb934733ca6.diff

LOG: [mips] Remove stale comment (NFC)

Test commit for my current email address.

Added: 
    

Modified: 
    llvm/lib/Target/Mips/MipsInstrInfo.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/Mips/MipsInstrInfo.cpp b/llvm/lib/Target/Mips/MipsInstrInfo.cpp
index 339dadcec7fee..8d94f29c1cf9b 100644
--- a/llvm/lib/Target/Mips/MipsInstrInfo.cpp
+++ b/llvm/lib/Target/Mips/MipsInstrInfo.cpp
@@ -54,7 +54,6 @@ 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
 {


        


More information about the llvm-commits mailing list