mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2bf028b74d
commit
136d5aeba4
@ -122,7 +122,7 @@ X86RegisterInfo::getMatchingSuperRegClass(const TargetRegisterClass *A,
|
||||
const TargetRegisterClass*
|
||||
X86RegisterInfo::getLargestLegalSuperClass(const TargetRegisterClass *RC) const{
|
||||
// Don't allow super-classes of GR8_NOREX. This class is only used after
|
||||
// extrating sub_8bit_hi sub-registers. The H sub-registers cannot be copied
|
||||
// extracting sub_8bit_hi sub-registers. The H sub-registers cannot be copied
|
||||
// to the full GR8 register class in 64-bit mode, so we cannot allow the
|
||||
// reigster class inflation.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user