1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[mips] Remove old FIXME comment. NFC

The issue was fixed at r275050.
This commit is contained in:
Simon Atanasyan 2019-11-16 09:19:58 +03:00
parent 2e2c6d3540
commit f383c9f7eb

View File

@ -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())