Commit ad5ebb34 by Tom Tromey Committed by Tom Tromey

* regclass.c (current_pass): Remove declaration.

From-SVN: r132559
parent 1eea53df
2008-02-22 Tom Tromey <tromey@redhat.com>
* regclass.c (current_pass): Remove declaration.
2008-02-22 Anatoly Sokolov <aesok@post.ru> 2008-02-22 Anatoly Sokolov <aesok@post.ru>
* config/avr/libgcc.S (__RAMPZ__): Define. * config/avr/libgcc.S (__RAMPZ__): Define.
......
/* Compute register class preferences for pseudo-registers. /* Compute register class preferences for pseudo-registers.
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -2323,8 +2323,6 @@ reg_scan (rtx f, unsigned int nregs ATTRIBUTE_UNUSED) ...@@ -2323,8 +2323,6 @@ reg_scan (rtx f, unsigned int nregs ATTRIBUTE_UNUSED)
We should only record information for REGs with numbers We should only record information for REGs with numbers
greater than or equal to MIN_REGNO. */ greater than or equal to MIN_REGNO. */
extern struct tree_opt_pass *current_pass;
static void static void
reg_scan_mark_refs (rtx x, rtx insn) reg_scan_mark_refs (rtx x, rtx insn)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment