1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

[X86] Remove assertion I accidentally left in.

llvm-svn: 262464
This commit is contained in:
Craig Topper 2016-03-02 06:35:22 +00:00
parent 05f010fdc4
commit a32ceccef8

View File

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