diff options
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGStmt.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp index 5ac3af678d7..aa457ad5f3f 100644 --- a/clang/lib/CodeGen/CGStmt.cpp +++ b/clang/lib/CodeGen/CGStmt.cpp @@ -301,10 +301,6 @@ void CodeGenFunction::EmitStmt(const Stmt *S) { case Stmt::OMPTeamsDistributeDirectiveClass: EmitOMPTeamsDistributeDirective(cast<OMPTeamsDistributeDirective>(*S)); break; - case Stmt::OMPTeamsDistributeSimdDirectiveClass: - EmitOMPTeamsDistributeSimdDirective( - cast<OMPTeamsDistributeSimdDirective>(*S)); - break; } } |

