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.