aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r--gcc/cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c
index d1045331..4b06601 100644
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -234,7 +234,7 @@ link_block (b, after)
after->next_bb = b;
b->next_bb->prev_bb = b;
}
-
+
/* Unlink block B from chain. */
void
unlink_block (b)
@@ -243,7 +243,7 @@ unlink_block (b)
b->next_bb->prev_bb = b->prev_bb;
b->prev_bb->next_bb = b->next_bb;
}
-
+
/* Remove block B from the basic block array and compact behind it. */