aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-01-24 18:09:18 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-01-24 18:09:18 +0000
commit10c6fdcd111d447de79613495219af8de3a2fb7e (patch)
treea24c844bf1668ecfc37a0cb079d952a823e1698c /lib/CodeGen
parent5b52f6d655e34de5c6fedbb71b6c94775cc10032 (diff)
downloadexternal_llvm-10c6fdcd111d447de79613495219af8de3a2fb7e.zip
external_llvm-10c6fdcd111d447de79613495219af8de3a2fb7e.tar.gz
external_llvm-10c6fdcd111d447de79613495219af8de3a2fb7e.tar.bz2
Fix old doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AllocationOrder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/AllocationOrder.h b/lib/CodeGen/AllocationOrder.h
index d1e48a1..0ce7e0c 100644
--- a/lib/CodeGen/AllocationOrder.h
+++ b/lib/CodeGen/AllocationOrder.h
@@ -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);