On Fri, Jun 8, 2012 at 12:23 AM, Steven Bosscher wrote:
> Hello,
>
> Another patch to move around some code to break up a strange
> dependency. expr.c isn't supposed to emit assembly so it shouldn't
> need output.h, but it needs split_double from final.c. This
> split_double has nothing to do with
Hello,
Another patch to move around some code to break up a strange
dependency. expr.c isn't supposed to emit assembly so it shouldn't
need output.h, but it needs split_double from final.c. This
split_double has nothing to do with writing out assembly, so it
shouldn't be in final.c, and I moved it