git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313030
91177308-0d34-0410-b5e6-
96231b3b80d8
return RC.SpillSize;
}
- /// Return the minimum required alignment for a spill slot for a register
- /// of this class.
+ /// Return the minimum required alignment in bytes for a spill slot for
+ /// a register of this class.
unsigned getSpillAlignment(const TargetRegisterClass &RC) const {
return RC.SpillAlignment;
}
}
/// Loop over all of the value types that can be represented by values
- // in the given register class.
+ /// in the given register class.
vt_iterator legalclasstypes_begin(const TargetRegisterClass &RC) const {
return RC.VTs;
}