Fix old doxygen comment.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 24 Jan 2012 18:09:18 +0000 (18:09 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 24 Jan 2012 18:09:18 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148825 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AllocationOrder.h

index d1e48a1f2e962a9273af336598900ab007b42554..0ce7e0c3b5f687da732c5230f484f2b0c2e816ac 100644 (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);