mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
fix typo
llvm-svn: 214995
This commit is contained in:
parent
baaa4b7845
commit
8cd2aae34c
@ -1006,7 +1006,7 @@ void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
||||
SmallVector<int, 16> Mask;
|
||||
|
||||
assert(MI->getNumOperands() >= 6 &&
|
||||
"Wrong number of operansd for PSHUFBrm or VPSHUFBrm");
|
||||
"Wrong number of operands for PSHUFBrm or VPSHUFBrm");
|
||||
const MachineOperand &DstOp = MI->getOperand(0);
|
||||
const MachineOperand &SrcOp = MI->getOperand(1);
|
||||
const MachineOperand &MaskOp = MI->getOperand(5);
|
||||
|
Loading…
Reference in New Issue
Block a user