Age | Commit message (Collapse) | Author |
|
I ripped it out with the cloning changes yesterday, and should have
tested and noticed that there were now returns all over.
|
|
One of these was just in a comment. But ther other was in an enum
tag, (which is apparently not being used anywhere yet).
|
|
|
|
|
|
Move the accept method for hierarchical visitors from ir_dereference
to the derived classes. This was mostly straight-forward, but I
suspect that ir_dead_code_local may be broken now.
|
|
This type of visitor should eventually replace all or almost all
current uses of ir_visitor.
|