[mips][NFC] Remove old FIXME comment

This was fixed in rL229595 but this comment was missed.

Differential Revision: https://reviews.llvm.org/D70231
This commit is contained in:
Miloš Stojanović 2019-11-14 12:52:56 +01:00
parent cd83d9ff5c
commit 4787c6e2f3
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ using namespace llvm;
#include "MipsGenRegisterInfo.inc" #include "MipsGenRegisterInfo.inc"
/// Select the Mips CPU for the given triple and cpu name. /// 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) { StringRef MIPS_MC::selectMipsCPU(const Triple &TT, StringRef CPU) {
if (CPU.empty() || CPU == "generic") { if (CPU.empty() || CPU == "generic") {
if (TT.getSubArch() == llvm::Triple::MipsSubArch_r6) { if (TT.getSubArch() == llvm::Triple::MipsSubArch_r6) {