fixed indent
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 4 May 2006 12:42:18 +0000 (12:42 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 4 May 2006 12:42:18 +0000 (12:42 +0000)
ir/be/ia32/ia32_x87.c

index 36c2b08..3c45ba7 100644 (file)
@@ -1285,7 +1285,7 @@ static void sim_Copy(x87_state *state, ir_node *n, const arch_env_t *env) {
 
                DB((dbg, LEVEL_1, ">>> %s %s -> %s\n", get_irn_opname(n),
                        arch_register_get_name(op1), arch_register_get_name(out)));
-         DEBUG_ONLY(vfp_dump_live(live));
+               DEBUG_ONLY(vfp_dump_live(live));
 
                if (is_vfp_live(op1->index, live)) {
                        /* operand is still live,a real copy */