We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c8d5c commit 53de5aeCopy full SHA for 53de5ae
clang/lib/AST/ExprConstant.cpp
@@ -13893,7 +13893,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
13893
int ImmVal = Imm.getZExtValue();
13894
bool UseMXCSR = (ImmVal & 4) != 0;
13895
bool IsFPConstrained =
13896
- E->getFPFeaturesInEffect(Info.Ctx.getLangOpts()).isFPConstrained();
+ E->getFPFeaturesInEffect(Info.Ctx.getLangOpts()).isFPConstrained();
13897
13898
llvm::RoundingMode RM;
13899
if (!UseMXCSR) {
0 commit comments