forked from OSchip/llvm-project
[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:
parent
cd83d9ff5c
commit
4787c6e2f3
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue