mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix old doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b52f6d655
commit
10c6fdcd11
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user