mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 18:10:31 +00:00
lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d3a16f687
commit
b901076387
@ -316,7 +316,7 @@ X86RegisterInfo::getPointerRegClass(unsigned Kind) const {
|
||||
if (TM.getSubtarget<X86Subtarget>().is64Bit())
|
||||
return &X86::GR64RegClass;
|
||||
return &X86::GR32RegClass;
|
||||
case 1: // Normal GRPs except the stack pointer (for encoding reasons).
|
||||
case 1: // Normal GPRs except the stack pointer (for encoding reasons).
|
||||
if (TM.getSubtarget<X86Subtarget>().is64Bit())
|
||||
return &X86::GR64_NOSPRegClass;
|
||||
return &X86::GR32_NOSPRegClass;
|
||||
|
Loading…
Reference in New Issue
Block a user