forked from llvm/circt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Reword CompRegLike helper for clarity, NFC.
This was migrated to a helper class with a static method rather than a base class in 812cbe9. But the method naming accepting a `self` parameter is confusing, and a `@staticmethod` annotation would also be appropriate. This adds the annotations and renames `self` to `op` for clarity.
- Loading branch information
1 parent
acd9ae2
commit c5f2875
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters