Replace C++ style comment with a C style comment to satisfy some of the build bots.

llvm-svn: 191880
This commit is contained in:
Craig Topper
2013-10-03 06:29:59 +00:00
parent 8ec4036669
commit 9eb8837ffa

View File

@@ -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;
}