diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.h')
-rw-r--r-- | gcc/tree-ssa-threadupdate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-threadupdate.h b/gcc/tree-ssa-threadupdate.h index b806cae..2030bda 100644 --- a/gcc/tree-ssa-threadupdate.h +++ b/gcc/tree-ssa-threadupdate.h @@ -63,7 +63,7 @@ class jump_thread_path_registry public: jump_thread_path_registry (); ~jump_thread_path_registry (); - void register_jump_thread (vec<jump_thread_edge *> *); + bool register_jump_thread (vec<jump_thread_edge *> *); void remove_jump_threads_including (edge); bool thread_through_all_blocks (bool); jump_thread_edge *allocate_thread_edge (edge e, jump_thread_edge_type t); |