Skip to content

Commit 1f523aa

Browse files
[fixup] Fix formatting (NFC)
1 parent 7fc0df3 commit 1f523aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clang/lib/Sema/SemaChecking.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5176,12 +5176,12 @@ ExprResult Sema::BuiltinShuffleVector(CallExpr *TheCall) {
51765176
resType = Context.MFloat8x16Ty;
51775177
break;
51785178
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()));
51855185
}
51865186
}
51875187
QualType eltType = LHSType->castAs<VectorType>()->getElementType();

0 commit comments

Comments
 (0)