Skip to content

Commit d4a0557

Browse files
committed
fixed dumb typo
1 parent b9b8e29 commit d4a0557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenDeclOpenACC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static const Decl *getDeclareReferencedDecl(const Expr *e) {
132132
curVarExpr = ase->getBase()->IgnoreParenImpCasts();
133133

134134
if (const auto *dre = dyn_cast<DeclRefExpr>(curVarExpr))
135-
return dredre->getFoundDecl()->getCanonicalDecl();
135+
return dre->getFoundDecl()->getCanonicalDecl();
136136

137137
// MemberExpr is allowed when it is implicit 'this'.
138138
return cast<MemberExpr>(curVarExpr)->getMemberDecl()->getCanonicalDecl();

0 commit comments

Comments
 (0)