aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r--gcc/cfghooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h
index 8d6a669..5741768 100644
--- a/gcc/cfghooks.h
+++ b/gcc/cfghooks.h
@@ -57,7 +57,7 @@ struct cfg_hooks
/* Creates a new basic block just after basic block B by splitting
everything after specified instruction I. */
basic_block (*split_block) (basic_block b, void * i);
-
+
/* Move block B immediately after block A. */
bool (*move_block_after) (basic_block b, basic_block a);