On 09/10/2015 12:49 PM, H.J. Lu wrote:
On Thu, Sep 10, 2015 at 8:14 AM, Segher Boessenkool
<seg...@kernel.crashing.org> wrote:
This makes a few functions used only in shrink-wrap.c static, and
removes their declarations from shrink-wrap.h .

Bootstrapped and regression checked on powerpc64-linux.  Is this
okay for mainline?


Segher


2015-09-10  Segher Boessenkool  <seg...@kernel.crashing.org>

         * shrink-wrap.c (requires_stack_frame_p): Make static.
         (prepare_shrink_wrap): Likewise.
         (dup_block_and_redirect): Likewise.
         * shrink-wrap.h: Remove declarations of those functions.

It breaks build on i386:

config/i386/i386.c:     && requires_stack_frame_p (insn, prologue_used,

This patch fixes it.
OK.
jeff

Reply via email to