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

Miloš Stojanović via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 04:28:51 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4787c6e2f31e: [mips][NFC] Remove old FIXME comment (authored by mstojanovic).
Herald added a subscriber: jrtc27.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70231/new/

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.229277.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/e122f439/attachment.bin>


More information about the llvm-commits mailing list