mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
X86 integer register classes naming changes. Make them consistent with FP, vector classes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28324 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -393,9 +393,9 @@ void Emitter::emitInstruction(const MachineInstr &MI) {
|
||||
assert(0 && "psuedo instructions should be removed before code emission");
|
||||
case X86::IMPLICIT_USE:
|
||||
case X86::IMPLICIT_DEF:
|
||||
case X86::IMPLICIT_DEF_R8:
|
||||
case X86::IMPLICIT_DEF_R16:
|
||||
case X86::IMPLICIT_DEF_R32:
|
||||
case X86::IMPLICIT_DEF_GR8:
|
||||
case X86::IMPLICIT_DEF_GR16:
|
||||
case X86::IMPLICIT_DEF_GR32:
|
||||
case X86::IMPLICIT_DEF_FR32:
|
||||
case X86::IMPLICIT_DEF_FR64:
|
||||
case X86::IMPLICIT_DEF_VR64:
|
||||
|
||||
Reference in New Issue
Block a user