[llvm-commits] [llvm] r167793 - in /llvm/trunk: lib/CodeGen/RegisterCoalescer.cpp test/CodeGen/ARM/coalesce-subregs.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Nov 12 17:22:11 PST 2012


On Nov 12, 2012, at 4:34 PM, Andrew Trick <atrick at apple.com> wrote:

> +  std::sort(MBBs.begin(), MBBs.end(), MBBPriorityCompare());

This should probably use array_pod_sort.

/jakob




More information about the llvm-commits mailing list