Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not visit the 'type' field in IR:Expressions by default #38

Merged
merged 1 commit into from
May 4, 2016

Conversation

ChrisDodd
Copy link
Contributor

The main part of this change is actually fixing the various places it was using the child_index (at least one of which was off-by-one and didn't actually need to be changed as a result).

Also had to add an explicit Constant::visit_children that visits the type, as there seem to be a number of places that depend on that.

@mbudiu-bfn
Copy link
Contributor

I will merge these.
Thank you!
Mihai

On Wed, May 4, 2016 at 3:18 PM, Chris Dodd notifications@github.com wrote:

The main part of this change is actually fixing the various places it was
using the child_index (at least one of which was off-by-one and didn't
actually need to be changed as a result).

Also had to add an explicit Constant::visit_children that visits the type,

as there seem to be a number of places that depend on that.

You can view, comment on, or merge this pull request online at:

#38
Commit Summary

  • Do not visit the 'type' field in IR:Expressions by default

File Changes

Patch Links:


You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub
#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants