s#/*fallthrough*/#/* FALLTHROUGH */# so lint is happy.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 21 Sep 2009 08:55:30 +0000 (08:55 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 21 Sep 2009 08:55:30 +0000 (08:55 +0000)
[r26556]

ir/be/ia32/ia32_emitter.c

index 7f4ee33..5611941 100644 (file)
@@ -2542,7 +2542,7 @@ static void bemit_binop_2(const ir_node *node, unsigned code)
        switch (am_type) {
        case ia32_AddrModeS:
                d = 2;
-               /*fallthrough*/
+               /* FALLTHROUGH */
        case ia32_AddrModeD:
                bemit8(code | d);
                bemit_mod_am(reg_gp_map[out->index], node);