mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 08:57:43 +08:00
Fix documentation comment in LoopConvert
Patch by Ariel Bernal llvm-svn: 176191
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user