Skip to content

Commit

Permalink
add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 29, 2024
1 parent d603e37 commit 3c4f250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/venom/passes/load_elimination.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class LoadElimination(IRPass):
"""
Eliminate sloads, mloads and tloads
"""
# should this be renamed to EffectsElimination?

def run_pass(self):
self.equivalence = self.analyses_cache.request_analysis(VarEquivalenceAnalysis)
Expand Down

0 comments on commit 3c4f250

Please sign in to comment.