aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2001-06-29 20:35:53 +0000
committerJeff Law <law@gcc.gnu.org>2001-06-29 14:35:53 -0600
commit62d285ff3a32b4999ef861b181ac32a3460e226d (patch)
treea352b398d8afc1b79e9974c69ece53ed4991ee1c /gcc/ssa.h
parent8f2f6da110c5233aa7bde22e86df7d23a175b05d (diff)
downloadgcc-62d285ff3a32b4999ef861b181ac32a3460e226d.zip
gcc-62d285ff3a32b4999ef861b181ac32a3460e226d.tar.gz
gcc-62d285ff3a32b4999ef861b181ac32a3460e226d.tar.bz2
ssa-dce.c (ssa_eliminate_dead_code): Renamed from eliminate_date_code.
* ssa-dce.c (ssa_eliminate_dead_code): Renamed from eliminate_date_code. * ssa.h (ssa_eliminate_dead_code): Corresponding changes. * timevar.def (TV_SSA_DCE): Renamed from TV_DEAD_CODE_ELIM. * toplev.c (DFI_ssa_dce): Renamed from DFI_dce. (dump_file_info): Similar changes. (flag_ssa_dce): Similarly (f_options): Similar changes. (rest_of_compilation): Corresponding changes. * doc/invoke.texi: Update as option is now -fssa-dce instead of -fdce. Update dump file name. From-SVN: r43658
Diffstat (limited to 'gcc/ssa.h')
-rw-r--r--gcc/ssa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa.h b/gcc/ssa.h
index 5eb9785..a565595 100644
--- a/gcc/ssa.h
+++ b/gcc/ssa.h
@@ -33,7 +33,7 @@ extern int remove_phi_alternative PARAMS ((rtx, basic_block));
/* Optimizations. */
/* In ssa-dce.c */
-extern void eliminate_dead_code PARAMS ((void));
+extern void ssa_eliminate_dead_code PARAMS ((void));
/* SSA definitions and uses. */
/* This flag is set when the CFG is in SSA form. */