aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJ"orn Rennecke <joern.rennecke@superh.com>2003-07-11 14:09:29 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2003-07-11 15:09:29 +0100
commitfee226d25fc4af5f577cb05386e44e2dd0aa8fc6 (patch)
tree8b1d45a97235af5156928b537957c4c0a404a581 /gcc/rtl.h
parent7efa3e22e56fdd56b73deb940c47a5beac0b866e (diff)
downloadgcc-fee226d25fc4af5f577cb05386e44e2dd0aa8fc6.zip
gcc-fee226d25fc4af5f577cb05386e44e2dd0aa8fc6.tar.gz
gcc-fee226d25fc4af5f577cb05386e44e2dd0aa8fc6.tar.bz2
regclass.c (choose_hard_reg_mode): Add third argument.
* regclass.c (choose_hard_reg_mode): Add third argument. Changed all callers. * rtl.h (choose_hard_reg_mode): Update declaration. * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Take HARD_REGNO_CALL_PART_CLOBBERED into account. From-SVN: r69234
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 065e03c..bc9d5ee 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1602,7 +1602,8 @@ extern rtx avoid_constant_pool_reference (rtx);
extern rtx gen_mem_addressof (rtx, tree, int);
/* In regclass.c */
-extern enum machine_mode choose_hard_reg_mode (unsigned int, unsigned int);
+extern enum machine_mode choose_hard_reg_mode (unsigned int, unsigned int,
+ bool);
/* In emit-rtl.c */
extern rtx set_unique_reg_note (rtx, enum reg_note, rtx);