[patch] Simplify arange output

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Feb 2 07:48:12 PST 2015


On 1 February 2015 at 19:58, David Blaikie <dblaikie at gmail.com> wrote:
> Might be easier to review in Phab.
>
> I get some/most of it - but not sure about some other bits. Like why did the
> "if (!Section) {" section move from before to after the sort ("// Sort the
> symbols by offset within the section.")?

I created http://reviews.llvm.org/D7347.

The code is simpler with the move since that is a simple case and
becomes just if(..) {...; continue;}

Cheers,
Rafael



More information about the llvm-commits mailing list