Remove dead initialisation.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 24 Aug 2008 08:02:20 +0000 (08:02 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 24 Aug 2008 08:02:20 +0000 (08:02 +0000)
[r21398]

ir/be/ia32/ia32_transform.c

index fe10f5f..8263c6a 100644 (file)
@@ -2506,7 +2506,7 @@ static ir_node *gen_Store(ir_node *node)
        ir_mode  *mode = get_irn_mode(val);
 
        if (mode_is_float(mode) && is_Const(val)) {
-               int transform = 1;
+               int transform;
 
                /* we are storing a floating point constant */
                if (ia32_cg_config.use_sse2) {