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

Refactor BranchInfo::Table to no longer have an optional default branch #5593

Merged

Conversation

elliottt
Copy link
Member

While working through the changes for #5446 I noticed that we never construct a BranchInfo::Table value with a None default destination. This PR changes the constructor to no longer allow that case.

@elliottt elliottt requested a review from jameysharp January 18, 2023 23:51
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Jan 19, 2023
Copy link
Contributor

@jameysharp jameysharp left a comment

Choose a reason for hiding this comment

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

Nice!

@elliottt elliottt merged commit 7cea73a into bytecodealliance:main Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants