forked from OSchip/llvm-project
[X86] Remove assertion I accidentally left in.
llvm-svn: 262464
This commit is contained in:
parent
75df821670
commit
d4dabb3939
|
@ -1408,7 +1408,6 @@ encodeInstruction(const MCInst &MI, raw_ostream &OS,
|
|||
EmitRegModRMByte(MI.getOperand(CurOp++),
|
||||
(Form == X86II::MRMXr) ? 0 : Form-X86II::MRM0r,
|
||||
CurByte, OS);
|
||||
assert(!HasVEX_I8IMM);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue