aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Target/MRegisterInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h
index 572af3f1d2..03797c7428 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;
}