[llvm] r334016 - [X86] NFC Fix typo introduced in r328016 HSI->HDI

Gabor Buella via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 05:55:12 PDT 2018


Author: gbuella
Date: Tue Jun  5 05:55:12 2018
New Revision: 334016

URL: http://llvm.org/viewvc/llvm-project?rev=334016&view=rev
Log:
[X86] NFC Fix typo introduced in r328016 HSI->HDI

Modified:
    llvm/trunk/lib/Target/X86/X86RegisterInfo.td

Modified: llvm/trunk/lib/Target/X86/X86RegisterInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86RegisterInfo.td?rev=334016&r1=334015&r2=334016&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86RegisterInfo.td (original)
+++ llvm/trunk/lib/Target/X86/X86RegisterInfo.td Tue Jun  5 05:55:12 2018
@@ -367,7 +367,7 @@ def GR16 : RegisterClass<"X86", [i16], 1
 
 let isAllocatable = 0 in
 def GRH16 : RegisterClass<"X86", [i16], 16,
-                          (add HAX, HCX, HDX, HSI, HSI, HBX, HBP, HSP, HIP)>;
+                          (add HAX, HCX, HDX, HSI, HDI, HBX, HBP, HSP, HIP)>;
 
 def GR32 : RegisterClass<"X86", [i32], 32,
                          (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP,




More information about the llvm-commits mailing list