diff options
| author | Clement Courbet <courbet@google.com> | 2018-11-06 13:48:56 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-11-06 13:48:56 +0000 |
| commit | 54a1184fff9f9b1ec6b4d0087939cc1aa9837b43 (patch) | |
| tree | 485cd4b4a33d0818d8eeb6484346bf46f67ca61a /llvm/lib/Target | |
| parent | c1da5f757e5f0bbf7857d54348a94c88cff0cb64 (diff) | |
| download | bcm5719-llvm-54a1184fff9f9b1ec6b4d0087939cc1aa9837b43.tar.gz bcm5719-llvm-54a1184fff9f9b1ec6b4d0087939cc1aa9837b43.zip | |
[X86][NFC] Fix comment.
llvm-svn: 346226
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h b/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h index aef0df480bb..c85ce9bbd5a 100644 --- a/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h +++ b/llvm/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 |

