Skip to content

Commit 36a1cd6

Browse files
committed
Fix typo in SILSSAUpdater.cpp
<code>egdes</code> -> <code>edges</code>
1 parent 2b3fe7a commit 36a1cd6

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)