diff --git a/SSA/Projects/InstCombine/scripts/cfg.py b/SSA/Projects/InstCombine/scripts/cfg.py index e9d7d0f5b..f8adedbd4 100644 --- a/SSA/Projects/InstCombine/scripts/cfg.py +++ b/SSA/Projects/InstCombine/scripts/cfg.py @@ -62,4 +62,4 @@ class Msg(Enum): E_VECTOR = 8 def is_error(self): - return self.value > 2 \ No newline at end of file + return self.value > 2