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

Migrated to use Module::createRNG and removed anonymous namespace where static functions were appropriate #110

Merged
merged 2 commits into from
Feb 17, 2024

Conversation

qbojj
Copy link
Contributor

@qbojj qbojj commented Feb 17, 2024

Changed DuplicateBB to use Module::createRNG.

As LLVM style guide states:

make anonymous namespaces as small as possible, and only use them for class declarations.

but in fcmpEq plugins those were used for functions -> changed to use static.

LLVM style guides states: make anonymous namespaces as small as possible, and only use them for class declarations.
but fcmpEq plugins were using it for functions. Changed to use static instead
@banach-space
Copy link
Owner

Nice, thank you!

@banach-space banach-space merged commit 04e0fbf into banach-space:main Feb 17, 2024
2 of 6 checks passed
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