From f6458112a88e936a01f1e2c5df819a368fa7984f Mon Sep 17 00:00:00 2001 From: Clement Courbet Date: Tue, 6 Nov 2018 13:48:56 +0000 Subject: [PATCH] [X86][NFC] Fix comment. llvm-svn: 346226 --- lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Target/X86/MCTargetDesc/X86BaseInfo.h b/lib/Target/X86/MCTargetDesc/X86BaseInfo.h index aef0df480bb..c85ce9bbd5a 100644 --- a/lib/Target/X86/MCTargetDesc/X86BaseInfo.h +++ b/lib/Target/X86/MCTargetDesc/X86BaseInfo.h @@ -266,12 +266,12 @@ namespace X86II { RawFrmSrc = 4, /// RawFrmDst - This form is for instructions that use the destination index - /// register DI/EDI/ESI. + /// register DI/EDI/RDI. RawFrmDst = 5, - /// RawFrmSrc - This form is for instructions that use the source index - /// register SI/ESI/ERI with a possible segment override, and also the - /// destination index register DI/ESI/RDI. + /// RawFrmDstSrc - This form is for instructions that use the source index + /// register SI/ESI/RSI with a possible segment override, and also the + /// destination index register DI/EDI/RDI. RawFrmDstSrc = 6, /// RawFrmImm8 - This is used for the ENTER instruction, which has two