aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJ"orn Rennecke <joern.rennecke@st.com>2005-06-01 11:38:53 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2005-06-01 12:38:53 +0100
commit5fffc382a653d195d175a0e03f0262fb07962a3e (patch)
tree9aa79da08f8f0253c34a6a51b34ed733dc7fbacf /gcc/rtl.h
parent8e0a600bdd9dee1b4eb8f3e5ce840e76fdabf133 (diff)
downloadgcc-5fffc382a653d195d175a0e03f0262fb07962a3e.zip
gcc-5fffc382a653d195d175a0e03f0262fb07962a3e.tar.gz
gcc-5fffc382a653d195d175a0e03f0262fb07962a3e.tar.bz2
re PR rtl-optimization/21767 (if-convert leaves invalid REG_EQUAL notes)
PR rtl-optimization/21767 * rtl.h (function_invariant_p): Re-add declaration. * reload1.c (function_invariant_p): No longer static. * ifcvt.c (dead_or_predicable): Remove REG_EQUAL notes that might have become invalid. From-SVN: r100448
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 2eb5d9c..69091ab 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2062,6 +2062,9 @@ extern void dbr_schedule (rtx, FILE *);
extern void dump_local_alloc (FILE *);
extern int local_alloc (void);
+/* In reload1.c */
+extern int function_invariant_p (rtx);
+
/* In reg-stack.c */
extern bool reg_to_stack (FILE *);