cleanup
[libfirm] / ir / opt / reassoc.c
index 4d7a8d6..c27125e 100644 (file)
@@ -994,7 +994,7 @@ ir_op_ops *firm_set_default_reassoc(unsigned code, ir_op_ops *ops)
        CASE(Eor);
        CASE(Shl);
        default:
-               /* leave NULL */;
+               break;
        }
 
        return ops;