Skip to content

[NFC] Remove dead call to getFirstNonPHI in MergeBB#135

Merged
banach-space merged 1 commit intobanach-space:mainfrom
E00N777:cleanup/remove_dead_call
Jan 1, 2026
Merged

[NFC] Remove dead call to getFirstNonPHI in MergeBB#135
banach-space merged 1 commit intobanach-space:mainfrom
E00N777:cleanup/remove_dead_call

Conversation

@E00N777
Copy link
Copy Markdown
Contributor

@E00N777 E00N777 commented Jan 1, 2026

@banach-space

Summary

Removed a standalone call to BBSucc->getFirstNonPHI(); in MergeBB.cpp.

The return value of this function call is ignored, and the function itself has no side effects on the BasicBlock, making this statement a no-op.

Validation

Verified that MergeBB builds successfully.

Others

Happy New Year!
By the way

@banach-space banach-space merged commit d87f2d8 into banach-space:main Jan 1, 2026
5 of 6 checks passed
@banach-space
Copy link
Copy Markdown
Owner

Thank you so much, happy new year!

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.

2 participants