[llvm] r314250 - [X86] Fix register class name in a comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 14:35:11 PDT 2017
Author: ctopper
Date: Tue Sep 26 14:35:11 2017
New Revision: 314250
URL: http://llvm.org/viewvc/llvm-project?rev=314250&view=rev
Log:
[X86] Fix register class name in a comment. NFC
Modified:
llvm/trunk/lib/Target/X86/X86FastISel.cpp
Modified: llvm/trunk/lib/Target/X86/X86FastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FastISel.cpp?rev=314250&r1=314249&r2=314250&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86FastISel.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FastISel.cpp Tue Sep 26 14:35:11 2017
@@ -1984,7 +1984,7 @@ bool X86FastISel::X86SelectDivRem(const
// 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;
More information about the llvm-commits
mailing list