From c3d479a40f5cc1efe6a6ece0cd43533a24971f12 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Sun, 29 Aug 2004 21:59:26 +0000 Subject: [PATCH] Update doxygen comment now that getSpillSize is supposed to return value in bits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16101 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/MRegisterInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 572af3f1d28..03797c7428b 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -198,8 +198,8 @@ public: return get(RegNo).Name; } - /// getSpillSize - Return the size required of a stack slot used to spill - /// register into. + /// getSpillSize - Return the size in bits required of a stack slot used to + /// spill register into. unsigned getSpillSize(unsigned RegNo) const { return get(RegNo).SpillSize; } -- 2.34.1