commit | af393689887c2f353aa45828b455db85e0b27594 | [log] [tgz] |
---|---|---|
author | Pete Cooper <peter_cooper@apple.com> | Wed Feb 01 23:43:12 2012 +0000 |
committer | Pete Cooper <peter_cooper@apple.com> | Wed Feb 01 23:43:12 2012 +0000 |
tree | 69fc2ee4caeed54bf048e0ee5810ee594d01d28a | |
parent | 6ac40af2de482e16ae83b1508efdb9c87f137e08 [diff] [blame] |
Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149562 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/LLParser.cpp b/lib/AsmParser/LLParser.cpp index efd48e1..da72ba5 100644 --- a/lib/AsmParser/LLParser.cpp +++ b/lib/AsmParser/LLParser.cpp
@@ -3455,7 +3455,7 @@ 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;