Skip to content

Commit

Permalink
[lint] make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 28, 2024
1 parent 7220421 commit af31695
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions seal5/backends/riscv_instr_info/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
logger = logging.getLogger("riscv_instr_info")


# MAKO_TEMPLATE = """def Feature${predicate} : SubtargetFeature<"${arch}", "Has${predicate}", "true", "'${feature}' (${description})">;
#
# def Has${predicate} : Predicate<"Subtarget->has${predicate}()">, AssemblerPredicate<(any_of Feature${predicate}), "'${feature}' (${description})">;"""


class Operand:
def __init__(self, name, lower, upper):
self.name = name
Expand Down

0 comments on commit af31695

Please sign in to comment.