Print this page
11972 resync smatch

@@ -184,11 +184,11 @@
 
 static void match_assign(struct expression *expr)
 {
         struct statement *stmt;
 
-        if (!is_zero(expr->right))
+        if (!expr_is_zero(expr->right))
                 return;
 
         if (__in_fake_assign)
                 return;