Workaround for a compiler bug (see <rdar://problem/5852746>). Once that bug is
[oota-llvm.git] / include / llvm / Use.h
index 14d90cc6315001055d51e15eab29e26d891f0c97..e050743ffdb0c3737c22a6e28cd16c8e94db2c28 100644 (file)
@@ -136,7 +136,7 @@ public:
     _Self tmp = *this; ++*this; return tmp;
   }
 
-  // Retrieve a reference to the current SCC
+  // Retrieve a reference to the current User
   UserTy *operator*() const {
     assert(U && "Cannot increment end iterator!");
     return U->getUser();