projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0854bf
)
Update doxygen comment now that getSpillSize is supposed to return value in bits
author
Nate Begeman
<natebegeman@mac.com>
Sun, 29 Aug 2004 21:59:26 +0000
(21:59 +0000)
committer
Nate Begeman
<natebegeman@mac.com>
Sun, 29 Aug 2004 21:59:26 +0000
(21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16101
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/MRegisterInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/MRegisterInfo.h
b/include/llvm/Target/MRegisterInfo.h
index 572af3f1d282b5aef153b25dabf46fe1a3613ddc..03797c7428b987a66c47b5659706587011f208dd 100644
(file)
--- 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;
}