[PATCH] D70231: [mips][NFC] Remove old FIXME comment

Miloš Stojanović via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 03:47:34 PST 2019


mstojanovic created this revision.
mstojanovic added reviewers: atanasyan, petarj.
Herald added subscribers: hiraditya, arichardson, sdardis.
Herald added a project: LLVM.

This was fixed in rL229595 <https://reviews.llvm.org/rL229595> but this comment was missed.


https://reviews.llvm.org/D70231

Files:
  llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp


Index: llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
===================================================================
--- llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
+++ llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
@@ -44,7 +44,6 @@
 #include "MipsGenRegisterInfo.inc"
 
 /// Select the Mips CPU for the given triple and cpu name.
-/// FIXME: Merge with the copy in MipsSubtarget.cpp
 StringRef MIPS_MC::selectMipsCPU(const Triple &TT, StringRef CPU) {
   if (CPU.empty() || CPU == "generic") {
     if (TT.getSubArch() == llvm::Triple::MipsSubArch_r6) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70231.229262.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/8e036062/attachment.bin>


More information about the llvm-commits mailing list