From 80c2289a03f8a993b2377993a873242a62116c58 Mon Sep 17 00:00:00 2001 From: Alexander Musman Date: Thu, 17 Jul 2014 08:54:58 +0000 Subject: [OPENMP] Parsing/Sema analysis of directive 'master' llvm-svn: 213237 --- clang/lib/AST/StmtProfile.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clang/lib/AST/StmtProfile.cpp') diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp index d0c39a5f340..c45281f13f4 100644 --- a/clang/lib/AST/StmtProfile.cpp +++ b/clang/lib/AST/StmtProfile.cpp @@ -385,6 +385,10 @@ void StmtProfiler::VisitOMPSingleDirective(const OMPSingleDirective *S) { VisitOMPExecutableDirective(S); } +void StmtProfiler::VisitOMPMasterDirective(const OMPMasterDirective *S) { + VisitOMPExecutableDirective(S); +} + void StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { VisitOMPExecutableDirective(S); -- cgit v1.2.3