summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-19 17:17:14 +0000
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-19 17:17:14 +0000
commitc950adc6e1f2c8cab7e6bfa81c22b25158623e69 (patch)
tree636c6c6ae7b7900c93b28174728969e1fb0ea8bc /gcc/rtl.h
parent31a2d6c7fcdd06af12f9672d23531fd663e051fa (diff)
downloadgcc-c950adc6e1f2c8cab7e6bfa81c22b25158623e69.tar.gz
2009-01-19 Vladimir Makarov <vmakarov@redhat.com>
PR c/38869 * rtl.h (reinit_regs): New prototype. * regclass.c: Include ira.h. (reinit_regs): New. * Makefile.in (regclass.o): Add ira.h. * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143498 138bc75d-0d04-0410-961f-82ee72b054a4
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 5bd79053c1d..5394ea6f6e2 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2230,6 +2230,7 @@ extern int reg_class_subset_p (enum reg_class, enum reg_class);
extern void globalize_reg (int);
extern void init_reg_modes_target (void);
extern void init_regs (void);
+extern void reinit_regs (void);
extern void init_fake_stack_mems (void);
extern void save_register_info (void);
extern void init_reg_sets (void);