]> granicus.if.org Git - clang/commitdiff
[OpenMP] remove outdated comment (NFC)
authorKelvin Li <kkwli0@gmail.com>
Tue, 5 Jul 2016 21:38:53 +0000 (21:38 +0000)
committerKelvin Li <kkwli0@gmail.com>
Tue, 5 Jul 2016 21:38:53 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274577 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/OpenMPKinds.cpp

index e6c199787ad8faa36f64ad176923d36e21e52092..f4ffb09cfa3c6f369e21874df47e92e1f0c6f784 100644 (file)
@@ -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;
 }