diff options
Diffstat (limited to 'clang/include/clang/Basic/StmtNodes.td')
| -rw-r--r-- | clang/include/clang/Basic/StmtNodes.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/StmtNodes.td b/clang/include/clang/Basic/StmtNodes.td index 9686ff68ea0..554f19ff08f 100644 --- a/clang/include/clang/Basic/StmtNodes.td +++ b/clang/include/clang/Basic/StmtNodes.td @@ -235,4 +235,3 @@ def OMPDistributeSimdDirective : DStmt<OMPLoopDirective>; def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>; def OMPTargetSimdDirective : DStmt<OMPLoopDirective>; def OMPTeamsDistributeDirective : DStmt<OMPLoopDirective>; -def OMPTeamsDistributeSimdDirective : DStmt<OMPLoopDirective>; |

