Skip to content

Commit 897d74d

Browse files
sskzakariaRKSimon
andauthored
Update clang/lib/AST/ExprConstant.cpp
Co-authored-by: Simon Pilgrim <[email protected]>
1 parent 827aee4 commit 897d74d

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
@@ -15815,7 +15815,7 @@ bool IntExprEvaluator::VisitBuiltinCallExpr(const CallExpr *E,
1581515815
for (unsigned ElemNum = 0; ElemNum < VectorLen; ++ElemNum) {
1581615816
const APSInt &A = LHS.getVectorElt(ElemNum).getInt();
1581715817
const APSInt &B = RHS.getVectorElt(ElemNum).getInt();
15818-
bool result = false;
15818+
bool Result = false;
1581915819

1582015820
switch (Opcode.getExtValue() & 0x7) {
1582115821
case 0: // _MM_CMPINT_EQ

0 commit comments

Comments
 (0)