Re: [PATCH 2/2] tree-tailcall: Commentary typo fix, remove fwd declaration

2015-04-22 Thread Bernhard Reutner-Fischer
On 8 April 2015 at 20:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: gcc/ChangeLog: OKed by Jeff and committed to trunk as r222312. thanks, 2015-04-01 Bernhard Reutner-Fischer al...@gcc.gnu.org * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):

[PATCH 2/2] tree-tailcall: Commentary typo fix, remove fwd declaration

2015-04-08 Thread Bernhard Reutner-Fischer
gcc/ChangeLog: 2015-04-01 Bernhard Reutner-Fischer al...@gcc.gnu.org * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls): Remove unneeded forward declarations. (suitable_for_tail_call_opt_p): Commentary typo fix. Signed-off-by: Bernhard Reutner-Fischer