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: RFA: cfg.texi patch


On Thu, 2004-06-24 at 07:56, Ben Elliston wrote:

> -@code{walk_dominator_tree}.
> +@code{walk_dominator_tree}.  A dominator is a basic block that is
> +@emph{always} executed before a given basic block.
> 
How about "Given two basic blocks A and B, block A dominates block B if
A is @emph{always} executed before B." ?


Diego.


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