From b7e4c94c6cd362bb330a5a446dbf59d5196d4ff3 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 26 Sep 2017 21:35:11 +0000 Subject: [PATCH] [X86] Fix register class name in a comment. NFC llvm-svn: 314250 --- llvm/lib/Target/X86/X86FastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp index 89bfdf4..85aa944 100644 --- a/llvm/lib/Target/X86/X86FastISel.cpp +++ b/llvm/lib/Target/X86/X86FastISel.cpp @@ -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; -- 2.7.4