Fix documentation comment in LoopConvert

Patch by Ariel Bernal

llvm-svn: 176191
This commit is contained in:
Dmitri Gribenko 2013-02-27 17:34:57 +00:00
parent 0aea016b06
commit 620cb4a459
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ static bool isDereferenceOfUop(const UnaryOperator *Uop,
/// T t = *i;
/// // use t, do not use i
/// }
/// \code
/// \endcode
static bool isAliasDecl(const Decl *TheDecl, const VarDecl *IndexVar) {
const VarDecl *VDecl = dyn_cast<VarDecl>(TheDecl);
if (!VDecl)