Skip to content

Commit 53de5ae

Browse files
committed
git clang format
1 parent 21c8d5c commit 53de5ae

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
@@ -13893,7 +13893,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
1389313893
int ImmVal = Imm.getZExtValue();
1389413894
bool UseMXCSR = (ImmVal & 4) != 0;
1389513895
bool IsFPConstrained =
13896-
E->getFPFeaturesInEffect(Info.Ctx.getLangOpts()).isFPConstrained();
13896+
E->getFPFeaturesInEffect(Info.Ctx.getLangOpts()).isFPConstrained();
1389713897

1389813898
llvm::RoundingMode RM;
1389913899
if (!UseMXCSR) {

0 commit comments

Comments
 (0)