Re: [PATCH] tree-ssa documetation fix

2013-10-29 Thread Jeff Law
On 10/29/13 03:53, Martin Liška wrote: Hello, I've noticed that some part of documentation is obsolete and this patch adds documentation for new functions that replace old macros. [ ... ] Thanks. Installed on the trunk. jeff

[PATCH] tree-ssa documetation fix

2013-10-29 Thread Martin Liška
Hello, I've noticed that some part of documentation is obsolete and this patch adds documentation for new functions that replace old macros. Thanks, Martin diff --git a/ChangeLog b/ChangeLog index 1c50b9b..d64fbcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-29 Martin Liska +