[llvm] 6d7fa65 - [mips] Remove old FIXME comment. NFC

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 09:22:50 PST 2019


Author: Simon Atanasyan
Date: 2019-11-16T20:22:17+03:00
New Revision: 6d7fa65c38e704d4b7387734459df4213efb8f0b

URL: https://github.com/llvm/llvm-project/commit/6d7fa65c38e704d4b7387734459df4213efb8f0b
DIFF: https://github.com/llvm/llvm-project/commit/6d7fa65c38e704d4b7387734459df4213efb8f0b.diff

LOG: [mips] Remove old FIXME comment. NFC

The issue was fixed at r275050.

Added: 
    

Modified: 
    llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index d5efc915eb13..0ff9586f2585 100644
--- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
@@ -1316,8 +1316,6 @@ class MipsOperand : public MCParsedAsmOperand {
   }
 
   // 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())


        


More information about the llvm-commits mailing list