Switch all register list clients to the new MC*Iterator interface.
[oota-llvm.git] / include / llvm / Function.h
index e17cd87fe3480c67b2efacda07176b445efaa67d..fdd90d1d8faa1db594ca9d80cdf7813fc0e56d07 100644 (file)
@@ -420,8 +420,8 @@ public:
   void dropAllReferences();
 
   /// hasAddressTaken - returns true if there are any uses of this function
-  /// other than direct calls or invokes to it. Optionally passes back the
-  /// offending user for diagnostic purposes.
+  /// other than direct calls or invokes to it, or blockaddress expressions.
+  /// Optionally passes back an offending user for diagnostic purposes.
   ///
   bool hasAddressTaken(const User** = 0) const;