In r300196 several methods were added to TarfetInstrInfo to access
data stored with call frame setup/destroy instructions. This change
replaces calls to getOperand with calls to such special methods in
ARM target.
This patch is essentially NFC, it is needed to simplify subsequent
changes.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5583 Build 5583: arc lint + arc unit
Event Timeline
Comment Actions
One change requested, otherwise LGTM. Thanks for the cleanup!
lib/Target/ARM/ARMBaseInstrInfo.h | ||
---|---|---|
419 | Asserts are cheap: I'd prefer if you could assert that MI is ADJCALLSTACKUP here. |
Asserts are cheap: I'd prefer if you could assert that MI is ADJCALLSTACKUP here.