Correct comment. The return type was changed to const Type* in r123814. Patch by David Röthlisberger.

llvm-svn: 158347
This commit is contained in:
Dmitri Gribenko 2012-06-12 01:21:44 +00:00
parent c6dc4d75fd
commit c69a5be0cc
1 changed files with 0 additions and 2 deletions

View File

@ -522,8 +522,6 @@ public:
void setLocalFastQualifiers(unsigned Quals) { Value.setInt(Quals); }
/// Retrieves a pointer to the underlying (unqualified) type.
/// This should really return a const Type, but it's not worth
/// changing all the users right now.
///
/// This function requires that the type not be NULL. If the type might be
/// NULL, use the (slightly less efficient) \c getTypePtrOrNull().