Skip to content
Snippets Groups Projects
Commit f21cb30b authored by Norodom Thomas's avatar Norodom Thomas
Browse files

sign_analysis

parent 5e082a1d
Branches
No related tags found
No related merge requests found
......@@ -203,12 +203,10 @@ def eval_aexp(env: abstract_env, e: ArithExpr) -> sign | Top | None:
return sign_add(left_val, right_val)
elif bop == Bop.MUL:
return sign_mul(left_val, right_val)
elif bop == Bop.DIV:
return sign_div(left_val, right_val)
else:
return None
case _:
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment