some small corrections in the lint part
This commit is contained in:
@@ -138,6 +138,9 @@ if_statement
|
||||
'('
|
||||
expression(&expr)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
print_expr("expr in IF", expr);
|
||||
#endif DEBUG
|
||||
opnd2test(&expr, IF);
|
||||
if (is_cp_cst(expr)) {
|
||||
/* The comparison has been optimized
|
||||
|
||||
Reference in New Issue
Block a user