File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5176,12 +5176,12 @@ ExprResult Sema::BuiltinShuffleVector(CallExpr *TheCall) {
5176
5176
resType = Context.MFloat8x16Ty;
5177
5177
break;
5178
5178
default:
5179
- return ExprError(Diag(TheCall->getBeginLoc(),
5180
- diag::err_shufflevector_unsupported_result_vector_type)
5181
- << TheCall->getDirectCallee( )
5182
- << /*isMorethantwoArgs*/ false
5183
- << SourceRange(TheCall->getArg(0)->getBeginLoc(),
5184
- TheCall->getArg(1)->getEndLoc()));
5179
+ return ExprError(
5180
+ Diag(TheCall->getBeginLoc(),
5181
+ diag::err_shufflevector_unsupported_result_vector_type )
5182
+ << TheCall->getDirectCallee() << /*isMorethantwoArgs*/ false
5183
+ << SourceRange(TheCall->getArg(0)->getBeginLoc(),
5184
+ TheCall->getArg(1)->getEndLoc()));
5185
5185
}
5186
5186
}
5187
5187
QualType eltType = LHSType->castAs<VectorType>()->getElementType();
You can’t perform that action at this time.
0 commit comments