mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ac40af2de
commit
af39368988
@ -3455,7 +3455,7 @@ bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) {
|
||||
return true;
|
||||
|
||||
if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2))
|
||||
return Error(Loc, "invalid extractelement operands");
|
||||
return Error(Loc, "invalid shufflevector operands");
|
||||
|
||||
Inst = new ShuffleVectorInst(Op0, Op1, Op2);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user