aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@redhat.com>2001-09-07 23:25:01 +0000
committerJim Wilson <wilson@gcc.gnu.org>2001-09-07 16:25:01 -0700
commit43fe47ca785b524496e2082eddfd00b50b68b281 (patch)
tree944330803f51ba791ebf2256c7196203c46cdef1 /gcc/rtl.h
parent177b41ebf31068a9423718b445d08181295d8c87 (diff)
downloadgcc-43fe47ca785b524496e2082eddfd00b50b68b281.zip
gcc-43fe47ca785b524496e2082eddfd00b50b68b281.tar.gz
gcc-43fe47ca785b524496e2082eddfd00b50b68b281.tar.bz2
re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/super.c)
Fix for PR 3783. * alias.c (clear_reg_alias_info): New. * flow.c (attempt_auto_inc): Call clear_reg_alias_info. * rtl.h (clear_reg_alias_info): Declare. From-SVN: r45482
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 75204b6..d993888 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1988,6 +1988,7 @@ extern void fancy_abort PARAMS ((const char *, int, const char *))
#define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__)
/* In alias.c */
+extern void clear_reg_alias_info PARAMS ((rtx));
extern rtx canon_rtx PARAMS ((rtx));
extern int true_dependence PARAMS ((rtx, enum machine_mode, rtx,
int (*)(rtx, int)));