Skip to content

Commit 2992de7

Browse files
committed
Re-commit ones ST missed
1 parent be7097b commit 2992de7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/SILPasses/Loop/ArrayBoundsCheckOpts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,8 +1069,8 @@ static bool hoistBoundsChecks(SILLoop *Loop, DominanceInfo *DT, SILLoopInfo *LI,
10691069

10701070
auto *Preheader = Loop->getLoopPreheader();
10711071
if (!Preheader) {
1072-
// TODO: create one if neccessary.
10731072
// TODO: create one if necessary.
1073+
10741074
return false;
10751075
}
10761076

lib/Sema/ConstraintSystem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,6 @@ class ConstraintSystem {
11451145

11461146
Constraint *failedConstraint = nullptr;
11471147

1148-
/// \brief Failures that occured while solving.
11491148
/// \brief Failures that occurred while solving.
11501149
///
11511150
/// FIXME: We really need to track overload sets and type variable bindings

0 commit comments

Comments
 (0)