summaryrefslogtreecommitdiff
path: root/lib/AST/StmtProfile.cpp
diff options
context:
space:
mode:
authorPatrick Lyster <Patrick.lyster@ibm.com>2018-10-03 20:07:58 +0000
committerPatrick Lyster <Patrick.lyster@ibm.com>2018-10-03 20:07:58 +0000
commit21352e1ac84011834d3e378c5c0940033c66e19b (patch)
tree3c1e989f482aacac93c427dadb67e36c4c9ebd0e /lib/AST/StmtProfile.cpp
parent248336fd97182c7f3c45fb7e5e3e75335b0be6f8 (diff)
downloadclang-21352e1ac84011834d3e378c5c0940033c66e19b.tar.gz
[OPENMP] Add reverse_offload clause to requires directive
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/StmtProfile.cpp')
-rw-r--r--lib/AST/StmtProfile.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/AST/StmtProfile.cpp b/lib/AST/StmtProfile.cpp
index f3db8f7e04..10b10254dd 100644
--- a/lib/AST/StmtProfile.cpp
+++ b/lib/AST/StmtProfile.cpp
@@ -473,6 +473,9 @@ void OMPClauseProfiler::VisitOMPUnifiedAddressClause(
void OMPClauseProfiler::VisitOMPUnifiedSharedMemoryClause(
const OMPUnifiedSharedMemoryClause *C) {}
+void OMPClauseProfiler::VisitOMPReverseOffloadClause(
+ const OMPReverseOffloadClause *C) {}
+
void OMPClauseProfiler::VisitOMPScheduleClause(const OMPScheduleClause *C) {
VistOMPClauseWithPreInit(C);
if (auto *S = C->getChunkSize())