Ticket #812 (closed bug: fixed)
PCT - PAST::Op::lvalue() is redundant
Reported by: | Austin_Hastings | Owned by: | pmichaud |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | PCT | Version: | 1.3.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
In Node.pir, PAST::Node defines its lvalue() as a passthru to 'attr'('lvalue', etc.), while PAST::Op, which has Node as its parent, (re-)defines lvalue() in the same way.
I believe this is unnecessary.
Change History
Note: See
TracTickets for help on using
tickets.