Skip to content

Commit b7e4c94

Browse files
committed
[X86] Fix register class name in a comment. NFC
llvm-svn: 314250
1 parent 7f0eeb4 commit b7e4c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86FastISel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ bool X86FastISel::X86SelectDivRem(const Instruction *I) {
19841984
// instead to prevent AH references in a REX instruction.
19851985
//
19861986
// The current assumption of the fast register allocator is that isel
1987-
// won't generate explicit references to the GPR8_NOREX registers. If
1987+
// won't generate explicit references to the GR8_NOREX registers. If
19881988
// the allocator and/or the backend get enhanced to be more robust in
19891989
// that regard, this can be, and should be, removed.
19901990
unsigned ResultReg = 0;

0 commit comments

Comments
 (0)