forked from OSchip/llvm-project
[mips] Remove old FIXME comment. NFC
The issue was fixed at r275050.
This commit is contained in:
parent
08ea1ee2db
commit
6d7fa65c38
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue