]> granicus.if.org Git - llvm/commitdiff
[X86] Fix register class name in a comment. NFC
authorCraig Topper <craig.topper@intel.com>
Tue, 26 Sep 2017 21:35:11 +0000 (21:35 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 26 Sep 2017 21:35:11 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314250 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FastISel.cpp

index 89bfdf45e21946f68c39a3e949cddf7a8c126072..85aa944c46532471cef9bab40e35cf75a2b807c8 100644 (file)
@@ -1984,7 +1984,7 @@ bool X86FastISel::X86SelectDivRem(const Instruction *I) {
   // instead to prevent AH references in a REX instruction.
   //
   // The current assumption of the fast register allocator is that isel
-  // won't generate explicit references to the GPR8_NOREX registers. If
+  // won't generate explicit references to the GR8_NOREX registers. If
   // the allocator and/or the backend get enhanced to be more robust in
   // that regard, this can be, and should be, removed.
   unsigned ResultReg = 0;