aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-01-17 08:46:19 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2005-01-17 08:46:19 +0000
commitc80a0f261bda57f3c3fbbe4ebb876f081ad21a1a (patch)
tree2c6472f8ec139069ce40dade8e67840b5c726ed7 /gcc/regclass.c
parentfbf53020b5a62deb6f105aaca0b62906b8fe49ea (diff)
downloadgcc-c80a0f261bda57f3c3fbbe4ebb876f081ad21a1a.zip
gcc-c80a0f261bda57f3c3fbbe4ebb876f081ad21a1a.tar.gz
gcc-c80a0f261bda57f3c3fbbe4ebb876f081ad21a1a.tar.bz2
bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to reg_scan.
2005-01-15 Paolo Bonzini <bonzini@gnu.org> * bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to reg_scan. * loop.c (loop_optimize): Likewise. * passes.c (rest_of_handle_tracer, rest_of_handle_if_conversion, rest_of_handle_web, rest_of_handle_cfg, rest_of_handle_jump_bypass, rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2, rest_of_handle_gcse, rest_of_handle_loop_optimize, rest_of_handle_loop2, rest_of_handle_jump2): Likewise. * regclass.c (reg_scan): Likewise, for the declaration. * rtl.h (reg_scan): Likewise, for the prototype. From-SVN: r93758
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index ab8f7c8..adfab02 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -2305,7 +2305,7 @@ int max_parallel;
static int max_set_parallel;
void
-reg_scan (rtx f, unsigned int nregs, int repeat ATTRIBUTE_UNUSED)
+reg_scan (rtx f, unsigned int nregs)
{
rtx insn;