mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
Replace C++ style comment with a C style comment to satisfy some of the build bots.
llvm-svn: 191880
This commit is contained in:
@@ -538,7 +538,7 @@ static int readPrefixes(struct InternalInstruction* insn) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
if ((byte1 & 0x38) != 0x0) { // 0 in these 3 bits is a POP instruction.
|
||||
if ((byte1 & 0x38) != 0x0) { /* 0 in these 3 bits is a POP instruction. */
|
||||
insn->vexXopType = TYPE_XOP;
|
||||
insn->necessaryPrefixLocation = insn->readerCursor - 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user