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 d2193f1 commit ff15955Copy full SHA for ff15955
include/swift/SILPasses/Utils/Local.h
@@ -571,7 +571,7 @@ class IgnoreExpectUseIterator
571
572
Operand *operator*() const { return *CurrentIter; }
573
Operand *operator->() const { return *CurrentIter; }
574
- SILInstruction *getUser() const { return this->getUser(); }
+ SILInstruction *getUser() const { return CurrentIter->getUser(); }
575
576
IgnoreExpectUseIterator &operator++() {
577
assert(**this && "increment past end()!");
0 commit comments