aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-05-18 20:44:58 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-05-18 20:44:58 -0700
commita8393d5dc2d2c4c7658aa53b5b679920b07741a3 (patch)
treed5333410ff7875c1b503f1494dbce8488dfa6e4d /gcc/rtl.h
parent14806ff142e7207cefc4c45196981df5a1d4fac3 (diff)
downloadgcc-a8393d5dc2d2c4c7658aa53b5b679920b07741a3.zip
gcc-a8393d5dc2d2c4c7658aa53b5b679920b07741a3.tar.gz
gcc-a8393d5dc2d2c4c7658aa53b5b679920b07741a3.tar.bz2
rtlanal.c (insn_dependant_p, [...]): New.
* rtlanal.c (insn_dependant_p, insn_dependant_p_1): New. * rtl.h (insn_dependant_p): Declare it. * loop.c (strength_reduce): Use it. From-SVN: r34010
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 1a42d90..4ab7407 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1212,6 +1212,7 @@ extern int modified_between_p PARAMS ((rtx, rtx, rtx));
extern int no_labels_between_p PARAMS ((rtx, rtx));
extern int no_jumps_between_p PARAMS ((rtx, rtx));
extern int modified_in_p PARAMS ((rtx, rtx));
+extern int insn_dependant_p PARAMS ((rtx, rtx));
extern int reg_set_p PARAMS ((rtx, rtx));
extern rtx single_set PARAMS ((rtx));
extern int multiple_sets PARAMS ((rtx));