diff options
Diffstat (limited to 'gcc/gimple-fold.h')
-rw-r--r-- | gcc/gimple-fold.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-fold.h b/gcc/gimple-fold.h index afecbb8..e3cf1f6 100644 --- a/gcc/gimple-fold.h +++ b/gcc/gimple-fold.h @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GIMPLE_FOLD_H #define GCC_GIMPLE_FOLD_H -extern tree create_tmp_reg_or_ssa_name (tree, gimple *stmt = NULL); extern tree canonicalize_constructor_val (tree, tree); extern tree get_symbol_constant_value (tree); struct c_strlen_data; @@ -264,6 +263,7 @@ gimple_build_round_up (gimple_seq *seq, tree type, tree old_size, extern bool gimple_stmt_nonnegative_warnv_p (gimple *, bool *, int = 0); extern bool gimple_stmt_integer_valued_real_p (gimple *, int = 0); +extern void mark_lhs_in_seq_for_dce (bitmap, gimple_seq); /* In gimple-match.cc. */ extern tree gimple_simplify (enum tree_code, tree, tree, |