We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a92443 commit 22fb4edCopy full SHA for 22fb4ed
include/swift/SILOptimizer/Analysis/AliasAnalysis.h
@@ -140,7 +140,7 @@ class AliasAnalysis : public SILAnalysis {
140
virtual void handleDeleteNotification(ValueBase *I) override {
141
// The pointer I is going away. We can't scan the whole cache and remove
142
// all of the occurrences of the pointer. Instead we remove the pointer
143
- // from the cache the translates pointers to indices.
+ // from the cache that translates pointers to indices.
144
AliasValueBaseToIndex.invalidateValue(I);
145
MemoryBehaviorValueBaseToIndex.invalidateValue(I);
146
}
0 commit comments