diff options
Diffstat (limited to 'src/passes/SimplifyLocals.cpp')
-rw-r--r-- | src/passes/SimplifyLocals.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/passes/SimplifyLocals.cpp b/src/passes/SimplifyLocals.cpp index 963575c5f..9f164ae92 100644 --- a/src/passes/SimplifyLocals.cpp +++ b/src/passes/SimplifyLocals.cpp @@ -425,8 +425,8 @@ struct SimplifyLocals if (set->isTee()) { return false; } - // We cannot move expressions containing exnref.pops that are not enclosed - // in 'catch', because 'exnref.pop' should follow right after 'catch'. + // We cannot move expressions containing pops that are not enclosed in + // 'catch', because 'pop' should follow right after 'catch'. FeatureSet features = this->getModule()->features; if (features.hasExceptionHandling() && EffectAnalyzer(this->getPassOptions(), features, set->value) |