[PATCH, doc] fix match-and-simplify API doc errors

2015-05-07 Thread Jim Wilson
I noticed this while reading the match-and-simplify docs. The gimple_simplify API list has two built-in function cases with three tree args. The last one is supposed to have four tree args for a ternary function (3 inputs and one output). Similarly, in the gimple_build API list, the built-in ter

Re: [PATCH, doc] fix match-and-simplify API doc errors

2015-05-08 Thread Richard Biener
On Fri, May 8, 2015 at 1:37 AM, Jim Wilson wrote: > I noticed this while reading the match-and-simplify docs. The > gimple_simplify API list has two built-in function cases with three > tree args. The last one is supposed to have four tree args for a > ternary function (3 inputs and one output).