diff options
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r-- | src/synth/synth-expr.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb index fac2ede6f..0bb7f122f 100644 --- a/src/synth/synth-expr.adb +++ b/src/synth/synth-expr.adb @@ -716,6 +716,8 @@ package body Synth.Expr is raise Internal_Error; end if; return Synth_Compare (Id_Ne); + when Iir_Predefined_Enum_Less_Equal => + return Synth_Compare (Id_Ult); when Iir_Predefined_Array_Equality => -- TODO: check size, handle non-vector. |