aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-05-03 15:23:45 -0700
committerRichard Henderson <rth@gcc.gnu.org>2002-05-03 15:23:45 -0700
commitb37c26149f78529a896c054c879f880d7a80b6ef (patch)
treed1fdd6bef838c8c122f4053f8e82a4d4807f3802 /gcc/recog.h
parente1c1132e0b08e1eccc4b361ae9725e5e12a1a2c9 (diff)
downloadgcc-b37c26149f78529a896c054c879f880d7a80b6ef.zip
gcc-b37c26149f78529a896c054c879f880d7a80b6ef.tar.gz
gcc-b37c26149f78529a896c054c879f880d7a80b6ef.tar.bz2
recog.c (store_data_bypass_p, [...]): New.
* recog.c (store_data_bypass_p, if_test_bypass_p): New. * recog.h: Declare them. * config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove. * config/sparc/sparc.md: Use store_data_bypass_p instead. * config/sparc/sparc-protos.h: Update. From-SVN: r53132
Diffstat (limited to 'gcc/recog.h')
-rw-r--r--gcc/recog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/recog.h b/gcc/recog.h
index ff96e47..4d47440 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -137,6 +137,9 @@ extern rtx peep2_find_free_register PARAMS ((int, int, const char *,
extern void peephole2_optimize PARAMS ((FILE *));
extern rtx peephole2_insns PARAMS ((rtx, rtx, int *));
+extern int store_data_bypass_p PARAMS ((rtx, rtx));
+extern int if_test_bypass_p PARAMS ((rtx, rtx));
+
/* Nonzero means volatile operands are recognized. */
extern int volatile_ok;