diff options
Diffstat (limited to 'gcc/tree-cfg.h')
-rw-r--r-- | gcc/tree-cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.h b/gcc/tree-cfg.h index 9b56a68..f5f0ea0 100644 --- a/gcc/tree-cfg.h +++ b/gcc/tree-cfg.h @@ -61,7 +61,7 @@ extern bool assert_unreachable_fallthru_edge_p (edge); extern void delete_tree_cfg_annotations (function *); extern gphi *get_virtual_phi (basic_block); extern gimple *first_stmt (basic_block); -extern gimple *last_stmt (basic_block); +extern gimple *last_nondebug_stmt (basic_block); extern gimple *last_and_only_stmt (basic_block); extern bool verify_gimple_in_seq (gimple_seq, bool = true); extern bool verify_gimple_in_cfg (struct function *, bool, bool = true); |