On Thu, May 12, 2011 at 2:09 PM, Uros Bizjak <ubiz...@gmail.com> wrote: > On Thu, May 12, 2011 at 9:55 PM, H.J. Lu <hongjiu...@intel.com> wrote: >> Hi, >> >> This patch changes maybe_eh_return to bool. OK for trunk? >> >> Thanks. >> >> H.J. >> --- >> 2011-05-12 H.J. Lu <hongjiu...@intel.com> >> >> * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return >> to bool. >> (ix86_emit_restore_regs_using_mov): Likewise. >> (ix86_emit_restore_sse_regs_using_mov): Likewise. > > OK. > > FWIW, the return type of ix86_save_reg (and ix86_hard_regno_mode_ok > and perhaps many others...) can also be changed to bool. >
I will prepare a separate patch. Thanks. -- H.J.