[doc] Fix typo in gty.texi

2012-08-23 Thread Wei-Ren Chen
Hi Richard, Could you review this patch, too? http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01003.html Thanks! Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http

Re: [doc] Fix typo in gty.texi

2012-08-23 Thread Wei-Ren Chen
. I guess I misunderstand what the comment says, but what "This implies we have to do some magic as the CFG can simultaneously consist of basic blocks containing RTL and GIMPLE trees." actually means? Would you like explain more? Thanks! Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Sys

Re: [doc] Fix typo in gty.texi

2012-08-23 Thread Wei-Ren Chen
and even from @code{GIMPLE} to @code{RTL}. --- I think this is much clear than before. The word "modes" in "CFG takes various different modes" means different forms, GIMPLE or RTL, right? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Informati

Re: [doc] Fix typo in gty.texi

2012-08-25 Thread Wei-Ren Chen
On Fri, Aug 24, 2012 at 10:05:06AM -0400, Diego Novillo wrote: > On 2012-08-23 06:55 , 陳韋任 (Wei-Ren Chen) wrote: > > >I think this is much clear than before. The word "modes" in "CFG takes > > various different modes" means different forms, GIMPL

[PATCH] Docs: lto.texi: Fix typo

2012-09-20 Thread Wei-Ren Chen
Fix typo. The first "are" in the statement should be "and". Signed-off-by: Chen Wei-Ren --- gcc/doc/lto.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 73fd831..68f8759 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi

Re: [PATCH] Docs: lto.texi: Fix typo

2012-09-20 Thread Wei-Ren Chen
On Thu, Sep 20, 2012 at 09:49:27AM +0100, rearn...@arm.com wrote: > On 20 Sep 2012, at 09:27, "陳韋任 (Wei-Ren Chen)" > wrote: > > > Fix typo. The first "are" in the statement should be "and". > > > > Ok. > > R. Thanks. Would y