Skip to content

Commit

Permalink
Update cfg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrenot authored Oct 23, 2024
1 parent ee4aa76 commit 7e096bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSA/Projects/InstCombine/scripts/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ class Msg(Enum):
E_VECTOR = 8

def is_error(self):
return self.value > 2
return self.value > 2

0 comments on commit 7e096bd

Please sign in to comment.