diff options
| author | Miloš Stojanović <Milos.Stojanovic@rt-rk.com> | 2019-11-14 12:52:56 +0100 |
|---|---|---|
| committer | Miloš Stojanović <Milos.Stojanovic@rt-rk.com> | 2019-11-14 13:14:31 +0100 |
| commit | 4787c6e2f31ece229daae8af12070d516ff4b1b4 (patch) | |
| tree | 34ce48fdc327f66a4b9f3b0355ecf720df535618 /llvm/lib | |
| parent | cd83d9ff5c9085706338a09fcef0c708955c3d23 (diff) | |
| download | bcm5719-llvm-4787c6e2f31ece229daae8af12070d516ff4b1b4.tar.gz bcm5719-llvm-4787c6e2f31ece229daae8af12070d516ff4b1b4.zip | |
[mips][NFC] Remove old FIXME comment
This was fixed in rL229595 but this comment was missed.
Differential Revision: https://reviews.llvm.org/D70231
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp b/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp index 2aee3e8956b..d84e4eada64 100644 --- a/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp +++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp @@ -44,7 +44,6 @@ using namespace llvm; #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) { |

