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

fixup a typo in codegen undef var handling #15685

Merged
merged 1 commit into from
Mar 30, 2016
Merged

fixup a typo in codegen undef var handling #15685

merged 1 commit into from
Mar 30, 2016

Commits on Mar 30, 2016

  1. fixup a typo in codegen undef var handling

    introduced in a1ee867, instead of eliding the check for every proven-non-undef variables (since the captured variable are handled earlier) we were now checking in a lot of unnecessary cases.
    carnaval committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    e0876fc View commit details
    Browse the repository at this point in the history