arm: remove the inline specifiers on the instruction constructors
Review Request #2232 - Created April 23, 2014 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10184:4dac507c6ab5 --------------------------- arm: remove the inline specifiers on the instruction constructors With (upcoming) separate compilation, they are useless. Only link-time optimization could re-inline them, but ideally feedback-directed optimization would choose to do so only for profitable (i.e. common) instructions.
