Closed
Bug 518045
Opened 16 years ago
Closed 16 years ago
NJ merge: RegAlloc indentation, mostly
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: n.nethercote, Assigned: rreitmai)
References
Details
Attachments
(1 file)
|
5.02 KB,
patch
|
Details | Diff | Splinter Review |
This patch:
- Removes one level of indentation from the RegAlloc class declaration, so
that the "public" is at the same level as the enclosing braces. This
seems to be the more common style in NJ which is why I've done it on the
TR side.
- Tweaks the spacing for the 'active' and 'usepri' fields.
- Removes a not-very-useful comment about those fields.
Compiles cleanly, untested.
| Assignee | ||
Comment 1•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•