mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b617a7213
commit
b4e8aabba7
@ -1860,7 +1860,7 @@ bool X86InstrInfo::copyRegToReg(MachineBasicBlock &MBB,
|
|||||||
CommonRC = SrcRC;
|
CommonRC = SrcRC;
|
||||||
else if (!DestRC->hasSubClass(SrcRC)) {
|
else if (!DestRC->hasSubClass(SrcRC)) {
|
||||||
// Neither of GR64_NOREX or GR64_NOSP is a superclass of the other,
|
// Neither of GR64_NOREX or GR64_NOSP is a superclass of the other,
|
||||||
// but we want to copy then as GR64. Similarly, for GR32_NOREX and
|
// but we want to copy them as GR64. Similarly, for GR32_NOREX and
|
||||||
// GR32_NOSP, copy as GR32.
|
// GR32_NOSP, copy as GR32.
|
||||||
if (SrcRC->hasSuperClass(&X86::GR64RegClass) &&
|
if (SrcRC->hasSuperClass(&X86::GR64RegClass) &&
|
||||||
DestRC->hasSuperClass(&X86::GR64RegClass))
|
DestRC->hasSuperClass(&X86::GR64RegClass))
|
||||||
|
Loading…
Reference in New Issue
Block a user