diff --git a/src/optconst.c b/src/optconst.c index b58e797..b394f8e 100644 --- a/src/optconst.c +++ b/src/optconst.c @@ -491,7 +491,6 @@ static int do_commute(expr *ex) case TOK_OR: case TOK_AND: case TOK_N_NEQ: - case TOK_N_GE: case TOK_N_EQ: case TOK_PLUS: case TOK_STAR: @@ -507,6 +506,7 @@ static int do_commute(expr *ex) case TOK_N_LEQ: case TOK_N_GEQ: case TOK_N_LE: + case TOK_N_GE: case TOK_S_LEQ: case TOK_S_GEQ: case TOK_S_LE: