This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RS6000] PR 40473, parameter debug location lists


On Mon, Sep 21, 2009 at 7:22 PM, Alan Modra <amodra@bigpond.net.au> wrote:
> On Mon, Sep 21, 2009 at 11:54:29AM -0400, David Edelsohn wrote:
>> If the call to final() is changed to emit_insn_before_noloc(), then
>> the instructions no longer are emitted and instead are generated as
>> part of the function, which means they are scheduled. ?Your patch
>> seems to make the -mno-sched-prolog flag useless.
>
> No, we are well past scheduling. ? rs6000_output_function_prologue is
> called from rest_of_handle_final via final_start_function.

Okay, the patch is fine.

Thanks, David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]