mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
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
This commit is contained in:
parent
c0854bfcfc
commit
c3d479a40f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user