Skip to content

Commit 679c6e6

Browse files
author
liuzhenya
committed
fix: format
1 parent a14bb33 commit 679c6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12585,7 +12585,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
1258512585
return APInt((Src).trunc(DstBits));
1258612586
return APInt::getAllOnes(DstBits);
1258712587
});
12588-
case clang::X86::BI__builtin_ia32_selectss_128:
12588+
case clang::X86::BI__builtin_ia32_selectss_128:
1258912589
return EvalSelectScalar(4);
1259012590
case clang::X86::BI__builtin_ia32_selectsd_128:
1259112591
return EvalSelectScalar(2);

0 commit comments

Comments
 (0)