[llvm-commits] [llvm] r138724 - in /llvm/trunk: lib/CodeGen/AsmPrinter/AsmPrinter.cpp test/CodeGen/X86/2011-08-29-InitOrder.ll

Eli Friedman eli.friedman at gmail.com
Wed Aug 31 10:32:56 PDT 2011


On Wed, Aug 31, 2011 at 10:21 AM, Duncan Sands <baldrick at free.fr> wrote:
>> Doesn't this need to use std::stable_sort()?
>
> I don't see why.  It just needs to use a deterministic sort.

Oh, wait, right...

BTW, does init_priority actually work properly (cross-object) with this patch?

-Eli




More information about the llvm-commits mailing list