[llvm-commits] [llvm] r129908 - /llvm/trunk/lib/Target/PTX/PTXMachineFunctionInfo.h

Frits van Bommel fvbommel at gmail.com
Thu Apr 21 03:25:09 PDT 2011


On Thu, Apr 21, 2011 at 12:16 PM, Che-Liang Chiou <clchiou at gmail.com> wrote:
> ptx: PTXMachineFunctionInfo no longer sort registers and so should not use std::binary_search

You forgot to re-remove the std::sort() call. Its deletion was
reverted in r129846.



More information about the llvm-commits mailing list