mark phi arguments as escaping
commitcde5f95591b6f38df235ac16ee7ee979ec19bd09
authorQuentin Carbonneaux <quentin@c9x.me>
Mon, 18 Feb 2019 12:47:33 +0000 (18 13:47 +0100)
committerQuentin Carbonneaux <quentin@c9x.me>
Mon, 18 Feb 2019 12:56:03 +0000 (18 13:56 +0100)
tree84443f9ab1c20761b59c833e66a804144ae62235
parentd9b0d77cf20cb8340bc4a77b66aa8cb56c75b496
mark phi arguments as escaping

Thanks to Michael Forney for spotting this
oversight and providing the test case.

Note: because esc() leaves ABot unchanged,
the assertion "a->type == ABot" on line 122
remains valid.
alias.c
test/load1.ssa [new file with mode: 0644]