[llvm-commits] [llvm] r132581 - in /llvm/trunk: lib/CodeGen/AllocationOrder.cpp lib/CodeGen/AllocationOrder.h lib/CodeGen/RegAllocBase.h lib/CodeGen/RegAllocBasic.cpp lib/CodeGen/RegAllocGreedy.cpp test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Jan 24 10:13:58 PST 2012
On Jan 24, 2012, at 4:32 AM, Jay Foad wrote:
> Hi Jakob,
>
> On 3 June 2011 21:34, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>> Author: stoklund
>> Date: Fri Jun 3 15:34:53 2011
>> New Revision: 132581
>> @@ -37,7 +37,7 @@
>> /// TargetRegisterInfo::getReservedRegs().
>> AllocationOrder(unsigned VirtReg,
>> const VirtRegMap &VRM,
>> - const BitVector &ReservedRegs);
>> + const RegisterClassInfo &RegClassInfo);
>
> The comment above this function needs updating for this change.
Better late than never. r148825.
Thanks,
/jakob
More information about the llvm-commits
mailing list