mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Update doxygen comment now that getSpillSize is supposed to return value in bits
llvm-svn: 16101
This commit is contained in:
parent
2413fb8988
commit
440c16066f
@ -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…
x
Reference in New Issue
Block a user