aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2009-01-19 17:17:14 +0000
committerVladimir Makarov <vmakarov@gcc.gnu.org>2009-01-19 17:17:14 +0000
commitf68211cd04d4083f4c12542f1b56ac09e995f9fd (patch)
tree636c6c6ae7b7900c93b28174728969e1fb0ea8bc /gcc/rtl.h
parentbe12c33aa43aa2fe86886f4c9e4bb288e7ca7678 (diff)
downloadgcc-f68211cd04d4083f4c12542f1b56ac09e995f9fd.zip
gcc-f68211cd04d4083f4c12542f1b56ac09e995f9fd.tar.gz
gcc-f68211cd04d4083f4c12542f1b56ac09e995f9fd.tar.bz2
re PR c/38869 (valgrind find problem with -O -mtune=generic)
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. From-SVN: r143498
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 5bd7905..5394ea6 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);