summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-18 11:45:08 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-18 11:45:08 +0000
commit404acb5b86f2b698711188485ab3a941dcf4a48e (patch)
tree709745116476b315f89b35b8836c72ae93b1da9e /gcc/rtl.h
parent5a07d305a2d7b6a889fc8ebc03cb9c0f5b38d54f (diff)
downloadgcc-404acb5b86f2b698711188485ab3a941dcf4a48e.tar.gz
* reginfo.c (cannot_change_mode_set_regs): Remove.
* rtl.h: Remove the prototype for cannot_change_mode_set_regs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146310 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index cd0316018af..ff09d2aedb5 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2245,10 +2245,6 @@ extern void init_reg_sets (void);
extern void regclass (rtx, int);
extern void reg_scan (rtx, unsigned int);
extern void fix_register (const char *, int, int);
-#ifdef HARD_CONST
-extern void cannot_change_mode_set_regs (HARD_REG_SET *,
- enum machine_mode, unsigned int);
-#endif
extern bool invalid_mode_change_p (unsigned int, enum reg_class,
enum machine_mode);