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]

[PATCH] Cancel call to movement_possibility function from tree-if-conv.c


Hello,

Attached is a patch which folds movement_possibility function into it's
caller in tree-if-conv.c - if_convertible_gimple_modify_stmt_p,  as was
discussed in http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00746.html.

Bootstrap and tested on PPC. OK for mainline?

Thanks,
Revital



(See attached file: patch_ifcvt_23_3.txt)

2007-03-22  Revital Eres  <eres@il.ibm.com>

        * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
          Fold movement_possibility function into it.

Attachment: patch_ifcvt_23_3.txt
Description: Text document


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