OSDN Git Service

* regclass.c (current_pass): Remove declaration.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Feb 2008 21:39:12 +0000 (21:39 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Feb 2008 21:39:12 +0000 (21:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132559 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/regclass.c

index 52921c3..d9f0fa4 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-22  Tom Tromey  <tromey@redhat.com>
+
+       * regclass.c (current_pass): Remove declaration.
+
 2008-02-22  Anatoly Sokolov <aesok@post.ru>
 
        * config/avr/libgcc.S (__RAMPZ__): Define.
 2008-02-22  Anatoly Sokolov <aesok@post.ru>
 
        * config/avr/libgcc.S (__RAMPZ__): Define.
index a4734f2..911a19a 100644 (file)
@@ -1,6 +1,6 @@
 /* Compute register class preferences for pseudo-registers.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
 /* Compute register class preferences for pseudo-registers.
    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.
 
 This file is part of GCC.
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -2323,8 +2323,6 @@ reg_scan (rtx f, unsigned int nregs ATTRIBUTE_UNUSED)
    We should only record information for REGs with numbers
    greater than or equal to MIN_REGNO.  */
 
    We should only record information for REGs with numbers
    greater than or equal to MIN_REGNO.  */
 
-extern struct tree_opt_pass *current_pass;
-
 static void
 reg_scan_mark_refs (rtx x, rtx insn)
 {
 static void
 reg_scan_mark_refs (rtx x, rtx insn)
 {