From 7e096bd1b5a411416d2ffbda1c10986644b70ca9 Mon Sep 17 00:00:00 2001 From: lfrenot Date: Wed, 23 Oct 2024 11:55:21 +0100 Subject: [PATCH] Update cfg.py --- SSA/Projects/InstCombine/scripts/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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