1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix old doxygen comment.

llvm-svn: 148825
This commit is contained in:
Jakob Stoklund Olesen 2012-01-24 18:09:18 +00:00
parent 3ff9738293
commit c81d459349

View File

@ -34,8 +34,7 @@ public:
/// AllocationOrder - Create a new AllocationOrder for VirtReg.
/// @param VirtReg Virtual register to allocate for.
/// @param VRM Virtual register map for function.
/// @param ReservedRegs Set of reserved registers as returned by
/// TargetRegisterInfo::getReservedRegs().
/// @param RegClassInfo Information about reserved and allocatable registers.
AllocationOrder(unsigned VirtReg,
const VirtRegMap &VRM,
const RegisterClassInfo &RegClassInfo);