On Tue, May 24, 2016 at 08:38:29PM +1000, Kugan Vivekanandarajah wrote:
> Hi,
>
> In build_and_add_sum, new stmt is created and inserted (which is the
> actual use stmt). Therefore stmt_to_insert has to be inserted after
> this is created. This patch moves it after.
>
> I don’t know how I can red
On Tue, May 24, 2016 at 12:38 PM, Kugan Vivekanandarajah
wrote:
> Hi,
>
> In build_and_add_sum, new stmt is created and inserted (which is the
> actual use stmt). Therefore stmt_to_insert has to be inserted after
> this is created. This patch moves it after.
>
> I don’t know how I can reduce the F