mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Update comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d17caadbc
commit
b9d89c9ffb
@ -338,9 +338,9 @@ public:
|
||||
}
|
||||
|
||||
/// getNumElements - Return the number of registers that this ValueType will
|
||||
/// eventually require. This is always one for all non-integer types, is
|
||||
/// one for any types promoted to live in larger registers, but may be more
|
||||
/// than one for types (like i64) that are split into pieces.
|
||||
/// eventually require. This is one for any types promoted to live in larger
|
||||
/// registers, but may be more than one for types (like i64) that are split
|
||||
/// into pieces.
|
||||
unsigned getNumElements(MVT::ValueType VT) const {
|
||||
return NumElementsForVT[VT];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user