Skip to content

Commit 3586713

Browse files
committed
remove accidental change
1 parent 0c8a669 commit 3586713

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
@@ -12760,7 +12760,7 @@ bool IntExprEvaluator::VisitBuiltinCallExpr(const CallExpr *E,
1276012760
if (BuiltinOp == Builtin::BI__c11_atomic_is_lock_free ||
1276112761
Size == CharUnits::One() ||
1276212762
E->getArg(1)->isNullPointerConstant(Info.Ctx,
12763-
Expr::NPC_ValueDependentIsNull))
12763+
Expr::NPC_NeverValueDependent))
1276412764
// OK, we will inline appropriately-aligned operations of this size,
1276512765
// and _Atomic(T) is appropriately-aligned.
1276612766
return Success(1, E);

0 commit comments

Comments
 (0)