Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I agree with the principle that the set/get functions should have the same names. I think we ought to make it clear that it's an index though. Maybe, [gs]etATRegIndex()?
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
2212 | Are you going to eliminate the casts in a follow up? |
Comment Actions
Renamed getATRegNum to getATRegIndex instead of getATReg.
Also renamed setATReg to setATRegIndex.
Are you going to eliminate the casts in a follow up?