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

gccrs: minor changes (typo and minor refactor) #2681

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

dkm
Copy link
Member

@dkm dkm commented Oct 13, 2023

Fix a typo and merge 2 if clauses using the same condition.

gcc/rust/ChangeLog:

* backend/rust-compile-expr.cc (CompileExpr::visit): Merge 2 if clauses.
* backend/rust-compile-extern.h: Fix typo in comment.

Signed-off-by: Marc Poulhiès [email protected]

Fix a typo and merge 2 if clauses using the same condition.

gcc/rust/ChangeLog:

	* backend/rust-compile-expr.cc (CompileExpr::visit): Merge 2 if clauses.
	* backend/rust-compile-extern.h: Fix typo in comment.

Signed-off-by: Marc Poulhiès <[email protected]>
@dkm dkm self-assigned this Oct 13, 2023
@dkm dkm added the cleanup label Oct 13, 2023
@P-E-P P-E-P self-requested a review October 16, 2023 09:07
@P-E-P P-E-P added this to the GCC 14.1 release milestone Oct 16, 2023
@dkm dkm added this pull request to the merge queue Oct 16, 2023
Merged via the queue into master with commit 7292e71 Oct 16, 2023
9 checks passed
@dkm dkm deleted the dkm/minor_cosmetic branch October 16, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants