commit | 4e325f77a9ad640206c9fb80c2bbf704f330f4d5 | [log] [tgz] |
---|---|---|
author | Kelvin Li <kkwli0@gmail.com> | Tue Oct 25 12:50:55 2016 +0000 |
committer | Kelvin Li <kkwli0@gmail.com> | Tue Oct 25 12:50:55 2016 +0000 |
tree | c507a6310157165912002607492b5f2773b19d5f | |
parent | 7dc585763ee2a6d196760a5530c70b6db96351fe [diff] [blame] |
Re-apply patch r279045. llvm-svn: 285066
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp index cf965aa..5a27934 100644 --- a/clang/lib/AST/StmtProfile.cpp +++ b/clang/lib/AST/StmtProfile.cpp
@@ -733,6 +733,11 @@ VisitOMPLoopDirective(S); } +void StmtProfiler::VisitOMPTeamsDistributeSimdDirective( + const OMPTeamsDistributeSimdDirective *S) { + VisitOMPLoopDirective(S); +} + void StmtProfiler::VisitExpr(const Expr *S) { VisitStmt(S); }