Skip to content

Commit 74d2913

Browse files
committed
Typo
1 parent 8ea9f3b commit 74d2913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/3C/ConstraintVariables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ std::string PointerVariableConstraint::mkString(const EnvironmentMap &E,
605605
if (!ForItype && BaseType == "void")
606606
K = Atom::A_Wild;
607607

608-
if (PrevArr && arrSizes.at(TypeIdx).first != O_SizedArray && !EmittedName) {
608+
if (PrevArr && ArrSizes.at(TypeIdx).first != O_SizedArray && !EmittedName) {
609609
EmittedName = true;
610610
addArrayAnnotations(CheckedArrs, EndStrs);
611611
EndStrs.push_front(" " + getName());

0 commit comments

Comments
 (0)