diff options
Diffstat (limited to 'gcc/tree-cfgcleanup.h')
-rw-r--r-- | gcc/tree-cfgcleanup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-cfgcleanup.h b/gcc/tree-cfgcleanup.h index 83c857f..94b430e 100644 --- a/gcc/tree-cfgcleanup.h +++ b/gcc/tree-cfgcleanup.h @@ -28,5 +28,6 @@ extern bool delete_unreachable_blocks_update_callgraph (cgraph_node *dst_node, bool update_clones); extern unsigned clean_up_loop_closed_phi (function *); extern bool phi_alternatives_equal (basic_block, edge, edge); +extern bool canonicalize_bool_cond (gcond *stmt, basic_block bb); #endif /* GCC_TREE_CFGCLEANUP_H */ |