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: [PATCH] tree level if-conversion for vectorizer



On Sep 2, 2004, at 11:46 PM, Richard Henderson wrote:


On Wed, Sep 01, 2004 at 01:05:32PM -0700, Devang Patel wrote:
+ static void
+ handle_sibling_pattern (struct loop *loop)
...
+ static void
+ fold_sibling_stmts (tree first, tree second)

Do you have a reason for these continuing to exist?

no


Seems to me this
should be taken care of by one of the standard copy-prop passes.

Patch approved if you just forgot to delete them.

Thank you, - Devang


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