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 18e1928 commit e4962caCopy full SHA for e4962ca
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -853,7 +853,7 @@ END_TWO_BYTE_PACK()
853
bool operator==(const user_iterator &x) const { return UI == x.UI; }
854
bool operator!=(const user_iterator &x) const { return !operator==(x); }
855
856
- // /// Return true if this iterator is at the end of the uses list.
+ /// Return true if this iterator is at the end of the uses list.
857
bool atEnd() const { return *this == user_iterator(); }
858
859
user_iterator &operator++() { // Preincrement
0 commit comments