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:
Evan Cheng
2006-05-16 07:21:53 +00:00
parent 44a65fa552
commit 069287d460
10 changed files with 853 additions and 853 deletions
+3 -3
View File
@@ -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: