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]

[dataflow]: PATCH: fix grammar error, clean whitespace, add more comments


This is mostly more comments and fixes for grammar/spelling erorrs
and whitespace cleanup. Bootstrapped and reg-tested on i686.
OK?

2007-01-10  Seongbae Park <seongbae.park@gmail.com>
       * df-core.c (df_worklist_propagate_backward,
       df_worklist_dataflow)): More comments.
       (df_iterative_dataflow): Whitespace fixup.
       * cfganal.c (inverted_post_order_compute):
       More comments and rename a local variable DEST to PRED.
       (df_find_deadend): More comments. Use gcc_unreachable().

--
#pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com";

Attachment: df-r79-comments.diff.txt
Description: Text document


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