forked from OSchip/llvm-project
Fix documentation comment in LoopConvert
Patch by Ariel Bernal llvm-svn: 176191
This commit is contained in:
parent
0aea016b06
commit
620cb4a459
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue