]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* postreload.c (reload_cse_regs): Make static.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 May 2012 16:26:14 +0000 (16:26 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 May 2012 16:26:14 +0000 (16:26 +0000)
* reload.h (reload_cse_regs): Remove prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187258 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/postreload.c
gcc/reload.h

index 084f063c9258744d838214d181d660a6b626e973..b7df75d5288cfe906af4843fc818999c00be4fb8 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-07  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * postreload.c (reload_cse_regs): Make static.
+       * reload.h (reload_cse_regs): Remove prototype.
+
 2012-05-07  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.md (clear_cache): New pattern.
index 5c1891294458959877a4ddbf59e85a93a4746b1a..751483e26fbc5a62b48fc42e94cf837618c2b0f6 100644 (file)
@@ -64,7 +64,8 @@ static void move2add_note_store (rtx, const_rtx, void *);
 
 /* Call cse / combine like post-reload optimization phases.
    FIRST is the first instruction.  */
-void
+
+static void
 reload_cse_regs (rtx first ATTRIBUTE_UNUSED)
 {
   bool moves_converted;
index ad0cfcd82d8de59393a5014238cc03b2ce07ee23..f747099abedd8ba7e8da4f52444c3a4a6878dbf8 100644 (file)
@@ -411,9 +411,6 @@ extern int push_reload (rtx, rtx, rtx *, rtx *, enum reg_class,
                        enum machine_mode, enum machine_mode,
                        int, int, int, enum reload_type);
 
-/* Functions in postreload.c:  */
-extern void reload_cse_regs (rtx);
-
 /* Functions in reload1.c:  */
 
 /* Initialize the reload pass once per compilation.  */