From: Kelvin Li Date: Tue, 5 Jul 2016 21:38:53 +0000 (+0000) Subject: [OpenMP] remove outdated comment (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ba030a00a48acf25af1789472401a818cb328cb;p=clang [OpenMP] remove outdated comment (NFC) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274577 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/OpenMPKinds.cpp b/lib/Basic/OpenMPKinds.cpp index e6c199787a..f4ffb09cfa 100644 --- a/lib/Basic/OpenMPKinds.cpp +++ b/lib/Basic/OpenMPKinds.cpp @@ -644,7 +644,6 @@ bool clang::isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind) { } bool clang::isOpenMPTargetDataManagementDirective(OpenMPDirectiveKind DKind) { - // TODO add target update directive check. return DKind == OMPD_target_data || DKind == OMPD_target_enter_data || DKind == OMPD_target_exit_data || DKind == OMPD_target_update; }