summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
diff options
context:
space:
mode:
authorCarlo Bertolli <cbertol@us.ibm.com>2016-06-24 19:20:02 +0000
committerCarlo Bertolli <cbertol@us.ibm.com>2016-06-24 19:20:02 +0000
commitb8503d5399d0693e49e731d96ca06ce22e425c2b (patch)
tree06ddc1cf4b280859a97cb8139c7737de7941eb67 /clang/lib/AST/StmtProfile.cpp
parent3830479f4155cd30473453e8bdc5c00c1e013482 (diff)
downloadbcm5719-llvm-b8503d5399d0693e49e731d96ca06ce22e425c2b.tar.gz
bcm5719-llvm-b8503d5399d0693e49e731d96ca06ce22e425c2b.zip
Revert r273705
[OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' llvm-svn: 273709
Diffstat (limited to 'clang/lib/AST/StmtProfile.cpp')
-rw-r--r--clang/lib/AST/StmtProfile.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp
index 579e7e89944..fd365843c2f 100644
--- a/clang/lib/AST/StmtProfile.cpp
+++ b/clang/lib/AST/StmtProfile.cpp
@@ -699,11 +699,6 @@ void StmtProfiler::VisitOMPTargetUpdateDirective(
VisitOMPExecutableDirective(S);
}
-void StmtProfiler::VisitOMPDistributeParallelForDirective(
- const OMPDistributeParallelForDirective *S) {
- VisitOMPLoopDirective(S);
-}
-
void StmtProfiler::VisitExpr(const Expr *S) {
VisitStmt(S);
}
OpenPOWER on IntegriCloud