Skip to content

Commit 40d72d2

Browse files
committed
Merge pull request #317 from nuts23/patch-14
Fix typo in SILSSAUpdater.cpp
2 parents 2b3fe7a + 36a1cd6 commit 40d72d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILPasses/Utils/SILSSAUpdater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class SSAUpdaterTraits<SILSSAUpdater> {
352352
OperandValueArrayRef Edges =
353353
getEdgeValuesForTerminator(PredBB->getTerminator(), PhiBB);
354354

355-
assert(PhiIdx < Edges.size() && "Not enough egdes!");
355+
assert(PhiIdx < Edges.size() && "Not enough edges!");
356356

357357
SILValue V = Edges[PhiIdx];
358358
// Check for the 'not set' sentinel.

0 commit comments

Comments
 (0)