summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-ssa.h')
-rw-r--r--gcc/gimple-ssa.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/gcc/gimple-ssa.h b/gcc/gimple-ssa.h
index 39551dac418..4234bb89d92 100644
--- a/gcc/gimple-ssa.h
+++ b/gcc/gimple-ssa.h
@@ -1,6 +1,6 @@
/* Header file for routines that straddle the border between GIMPLE and
SSA in gimple.
- Copyright (C) 2009-2015 Free Software Foundation, Inc.
+ Copyright (C) 2009-2016 Free Software Foundation, Inc.
This file is part of GCC.
@@ -44,6 +44,9 @@ struct tm_restart_hasher : ggc_ptr_hash<tm_restart_node>
}
};
+extern void gt_ggc_mx (gimple *&);
+extern void gt_pch_nx (gimple *&);
+
struct ssa_name_hasher : ggc_ptr_hash<tree_node>
{
/* Hash a tree in a uid_decl_map. */
@@ -67,13 +70,6 @@ struct ssa_name_hasher : ggc_ptr_hash<tree_node>
gimple_ accessor defined, all publicly modifiable fields should have
gimple_set accessor. */
struct GTY(()) gimple_df {
- /* A vector of all the noreturn calls passed to modify_stmt.
- cleanup_control_flow uses it to detect cases where a mid-block
- indirect call has been turned into a noreturn call. When this
- happens, all the instructions after the call are no longer
- reachable and must be deleted as dead. */
- vec<gimple *, va_gc> *modified_noreturn_calls;
-
/* Array of all SSA_NAMEs used in the function. */
vec<tree, va_gc> *ssa_names;