Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Moved this refactoring to the earliest possible point in the patch series.
Changed the arguments of loadSymbolAddress() from MCOperand's to more specific types.
Rebased.
Comment Actions
Toma tells me he's going to untangle this patch from the patches it depends on. The problem is that a couple of those patches have uncovered badly broken MCExpr simplification which is blocking them.
Comment Actions
This version LGTM
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
1956 | Returning a bool looks useless at the moment but I'm aware that there are cases in your follow-on patches that will need it. |
Returning a bool looks useless at the moment but I'm aware that there are cases in your follow-on patches that will need it.