mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[X86][NFC] Fix comment.
llvm-svn: 346226
This commit is contained in:
parent
272475aac3
commit
f6458112a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user