Skip to content

Commit 8c90efb

Browse files
author
liuzhenya
committed
fix: format
1 parent f31787e commit 8c90efb

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
@@ -12523,7 +12523,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
1252312523
return APInt((Src).trunc(DstBits));
1252412524
return APInt::getAllOnes(DstBits);
1252512525
});
12526-
case clang::X86::BI__builtin_ia32_selectss_128:
12526+
case clang::X86::BI__builtin_ia32_selectss_128:
1252712527
return EvalSelectScalar(4);
1252812528
case clang::X86::BI__builtin_ia32_selectsd_128:
1252912529
return EvalSelectScalar(2);

0 commit comments

Comments
 (0)