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

Remove is-a-parameter from gen_stack_variable #3137

Merged

Conversation

tautschnig
Copy link
Member

A function-local variable cannot at the same time be a parameter. Alas, all uses of gen_stack_variable passed in false for is_param, so this wasn't making a difference anyway.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

A function-local variable cannot at the same time be a parameter. Alas,
all uses of gen_stack_variable passed in `false` for `is_param`, so this
wasn't making a difference anyway.
@tautschnig tautschnig requested a review from a team as a code owner April 10, 2024 08:52
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Apr 10, 2024
@adpaco-aws adpaco-aws merged commit e906cde into model-checking:main Apr 10, 2024
23 checks passed
@tautschnig tautschnig deleted the cleanup-gen_stack_variable branch April 10, 2024 18:53
zpzigi754 pushed a commit to zpzigi754/kani that referenced this pull request May 8, 2024
A function-local variable cannot at the same time be a parameter. Alas,
all uses of gen_stack_variable passed in `false` for `is_param`, so this
wasn't making a difference anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants