diff options
author | Aleksandar Beserminji <Aleksandar.Beserminji@mips.com> | 2017-12-11 11:21:40 +0000 |
---|---|---|
committer | Aleksandar Beserminji <Aleksandar.Beserminji@mips.com> | 2017-12-11 11:21:40 +0000 |
commit | d6dada17ff7f61f43cd6286d215f569433429804 (patch) | |
tree | da6258891ba59a60f960736ce8abfd1605a33e65 /llvm/lib/Target/Mips/MipsSubtarget.h | |
parent | 293d6c39d3490ab6c09128a087ae605ada34387e (diff) | |
download | bcm5719-llvm-d6dada17ff7f61f43cd6286d215f569433429804.tar.gz bcm5719-llvm-d6dada17ff7f61f43cd6286d215f569433429804.zip |
[mips] Removal of microMIPS64R6
All files and parts of files related to microMIPS4R6 are removed.
When target is microMIPS4R6, errors are printed.
This is LLVM part of patch.
Differential Revision: https://reviews.llvm.org/D35625
llvm-svn: 320350
Diffstat (limited to 'llvm/lib/Target/Mips/MipsSubtarget.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsSubtarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSubtarget.h b/llvm/lib/Target/Mips/MipsSubtarget.h index deea4af521c..8b10b0596e0 100644 --- a/llvm/lib/Target/Mips/MipsSubtarget.h +++ b/llvm/lib/Target/Mips/MipsSubtarget.h @@ -265,7 +265,6 @@ public: } bool inMicroMipsMode() const { return InMicroMipsMode; } bool inMicroMips32r6Mode() const { return InMicroMipsMode && hasMips32r6(); } - bool inMicroMips64r6Mode() const { return InMicroMipsMode && hasMips64r6(); } bool hasDSP() const { return HasDSP; } bool hasDSPR2() const { return HasDSPR2; } bool hasDSPR3() const { return HasDSPR3; } |