Skip to content

Commit e4962ca

Browse files
Update llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Co-authored-by: Sergey Barannikov <[email protected]>
1 parent 18e1928 commit e4962ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ END_TWO_BYTE_PACK()
853853
bool operator==(const user_iterator &x) const { return UI == x.UI; }
854854
bool operator!=(const user_iterator &x) const { return !operator==(x); }
855855

856-
// /// Return true if this iterator is at the end of the uses list.
856+
/// Return true if this iterator is at the end of the uses list.
857857
bool atEnd() const { return *this == user_iterator(); }
858858

859859
user_iterator &operator++() { // Preincrement

0 commit comments

Comments
 (0)