r196637 - in /branches/cilkplus/gcc: ChangeLog....

bviyer@gcc.gnu.org bviyer@gcc.gnu.org
Wed Mar 13 18:23:00 GMT 2013


Author: bviyer
Date: Wed Mar 13 18:23:08 2013
New Revision: 196637

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196637
Log:
Removed the frame pointer required setting from target to common files.

gcc/ChangeLog.cilkplus
+2013-03-13  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * config/i386/i386.c (ix86_frame_pointer_required): Removed statements
+       that checks if cilkplus is enabled and if the function is a cilk
+       function.
+       * ira.c (ira_setup_eliminable_regset): Enforce frame pointer usage when
+       it cilkplus is enabled and if the function is a cilk function.
+       * reload1.c (update_eliminables): Likewise.



Modified:
    branches/cilkplus/gcc/ChangeLog.cilkplus
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/reload1.c



More information about the Gcc-cvs mailing list