Tidy SDNode::use_iterator, and complete the transition to have it
[oota-llvm.git] / include / llvm / Use.h
index 0a971d18ce3a31b1478a1bf41e09382a316b82b2..891eaf856579bfef901d6e091f4840adbd2e3184 100644 (file)
@@ -190,7 +190,7 @@ public:
     _Self tmp = *this; ++*this; return tmp;
   }
 
-  // Retrieve a reference to the current User
+  // Retrieve a pointer to the current User.
   UserTy *operator*() const {
     assert(U && "Cannot dereference end iterator!");
     return U->getUser();