summaryrefslogtreecommitdiffstats
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
commit5b9deabae8dc1213bda88067602c7f40ca6c1506 (patch)
tree83ce805d31887a34482ec28ba31085e592e6a012
parent60e70e8fcf2828f77828945fbd9cc54c28b5945d (diff)
downloadbcm5719-llvm-5b9deabae8dc1213bda88067602c7f40ca6c1506.tar.gz
bcm5719-llvm-5b9deabae8dc1213bda88067602c7f40ca6c1506.zip
Fix old doxygen comment.
llvm-svn: 148825
-rw-r--r--llvm/lib/CodeGen/AllocationOrder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AllocationOrder.h b/llvm/lib/CodeGen/AllocationOrder.h
index d1e48a1f2e9..0ce7e0c3b5f 100644
--- a/llvm/lib/CodeGen/AllocationOrder.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud