summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2019-11-16 09:19:58 +0300
committerSimon Atanasyan <simon@atanasyan.com>2019-11-16 20:22:17 +0300
commit6d7fa65c38e704d4b7387734459df4213efb8f0b (patch)
tree677773f06998b8170ced85ee92ff3ea70ffdaf0d /llvm/lib/Target/Mips
parent08ea1ee2db5f9d6460fef1d79d0d1d1a5eb78982 (diff)
downloadbcm5719-llvm-6d7fa65c38e704d4b7387734459df4213efb8f0b.tar.gz
bcm5719-llvm-6d7fa65c38e704d4b7387734459df4213efb8f0b.zip
[mips] Remove old FIXME comment. NFC
The issue was fixed at r275050.
Diffstat (limited to 'llvm/lib/Target/Mips')
-rw-r--r--llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index d5efc915eb1..0ff9586f258 100644
--- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
@@ -1316,8 +1316,6 @@ public:
}
// Allow relocation operators.
- // FIXME: This predicate and others need to look through binary expressions
- // and determine whether a Value is a constant or not.
template <unsigned Bits, unsigned ShiftAmount = 0>
bool isMemWithSimmOffset() const {
if (!isMem())
OpenPOWER on IntegriCloud