This patch attempts to clean up and simplify ARMBaseRegisterInfo implementation a bit.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks like a NFC, maybe address the style fix before committing.
lib/Target/ARM/ARMBaseRegisterInfo.cpp | ||
---|---|---|
662 | I think there should be a space after && |
Comment Actions
Thanks Florian. I will wait a bit for Renato/Diana to comment before committing, in case they have more comments/suggestions.
Comment Actions
Actually, I do have one nit :)
lib/Target/ARM/ARMBaseRegisterInfo.cpp | ||
---|---|---|
199 | While you're at it, you could also move markSuperRegs on its own line, it looks weird like this. |
While you're at it, you could also move markSuperRegs on its own line, it looks weird like this.