[OpenMP] remove outdated comment (NFC)

llvm-svn: 274577
This commit is contained in:
Kelvin Li 2016-07-05 21:38:53 +00:00
parent e6ae6767d9
commit 0cd68276a1
1 changed files with 0 additions and 1 deletions

View 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;
}