Skip to content

Comments

JS: Fix basic block synthetic return nodes#4130

Merged
codeql-ci merged 2 commits intogithub:mainfrom
erik-krogh:bbFix
Sep 2, 2020
Merged

JS: Fix basic block synthetic return nodes#4130
codeql-ci merged 2 commits intogithub:mainfrom
erik-krogh:bbFix

Conversation

@erik-krogh
Copy link
Contributor

@erik-krogh erik-krogh commented Aug 25, 2020

The BasicBlock for the exceptional and ordinary return of a function was the basicblock of the function itself.

Its now been changed to be the basicblock for the function exit, which makes more sense.

Based on this comment in previous PR.

This doesn't look to break anything.

@erik-krogh erik-krogh marked this pull request as ready for review August 26, 2020 07:04
@erik-krogh erik-krogh requested a review from a team as a code owner August 26, 2020 07:04
Copy link
Contributor

@asgerf asgerf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for following up!

@codeql-ci codeql-ci merged commit 48a1ee6 into github:main Sep 2, 2020
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.

3 participants