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; }