summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r--gcc/bb-reorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c
index 3933c725a86..4b80d9b3306 100644
--- a/gcc/bb-reorder.c
+++ b/gcc/bb-reorder.c
@@ -268,7 +268,7 @@ reorder_basic_blocks ()
if ((* targetm.cannot_modify_jumps_p) ())
return;
- cfg_layout_initialize ();
+ cfg_layout_initialize (NULL);
make_reorder_chain ();