cleanup
[libfirm] / ir / opt / reassoc.c
index cedf85b..c27125e 100644 (file)
@@ -941,7 +941,7 @@ int optimize_reassociation(ir_graph *irg)
 
        /*
         * Calculate loop info, so we could identify loop-invariant
-        * code and threat it like a constant.
+        * code and treat it like a constant.
         * We only need control flow loops here but can handle generic
         * INTRA info as well.
         */
@@ -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;