X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgimple-low.c;h=99f8754473b116f052e7fff8ffc18fe8a2f0a37b;hb=5ca942027dcb5895d93d7ba02efa7e4365d8d64b;hp=cc77874b84970c14b39e4697770f9084402a1051;hpb=75a70cf95f65fe9204b15ad9aba31c571381d224;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index cc77874b849..99f8754473b 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -496,7 +496,7 @@ gimple_try_catch_may_fallthru (gimple stmt) bool block_may_fallthru (const_tree block) { - /* This CONST_CAST is okay because expr_last returns it's argument + /* This CONST_CAST is okay because expr_last returns its argument unmodified and we assign it to a const_tree. */ const_tree stmt = expr_last (CONST_CAST_TREE(block));