On Sun, Jul 10, 2011 at 11:15 PM, Richard Henderson <r...@redhat.com> wrote:
>> + reload_completed = 1; >> + epilogue_completed = 1; >> >> Do we really need these? Perhaps a comment should be added here, it is >> not obvious at the first sight... > > We didn't need these. ia64 did because there we run a split pass > to properly generate the call patterns. Looking at the code in config/ia64.c, there are double assignments to reload_completed and epilogue_completed in ia64_output_mi_thunk in line 10454 and 10559. Probably only assignments at line 10559 are needed. Uros.