Skip to content
Snippets Groups Projects
Commit cad60b16 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added newline.

parent ab33ab86
No related branches found
No related tags found
No related merge requests found
from src.statement import Statement as S from src.statement import Statement as S
from math import log from math import log
def reg_dead_in(var, context): def reg_dead_in(var, context):
"""Check if a register is `dead' in a given list of statements.""" """Check if a register is `dead' in a given list of statements."""
# TODO: Finish # TODO: Finish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment