summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-02-27 08:29:12 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-02-27 08:29:12 +0000
commit1b59ab568333264eadb4beb81ef9c40446744736 (patch)
treeb7c942713595cd71aa04071fc9c133d9cb2cf2b3 /clang/lib/CodeGen/CGStmt.cpp
parent6edfad4811795789706216bf47b39ff7a4672286 (diff)
downloadbcm5719-llvm-1b59ab568333264eadb4beb81ef9c40446744736.tar.gz
bcm5719-llvm-1b59ab568333264eadb4beb81ef9c40446744736.zip
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
llvm-svn: 202360
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index 918103fcbd5..a13828e85ed 100644
--- a/clang/lib/CodeGen/CGStmt.cpp
+++ b/clang/lib/CodeGen/CGStmt.cpp
@@ -77,6 +77,7 @@ void CodeGenFunction::EmitStmt(const Stmt *S) {
case Stmt::SEHFinallyStmtClass:
case Stmt::MSDependentExistsStmtClass:
case Stmt::OMPParallelDirectiveClass:
+ case Stmt::OMPSimdDirectiveClass:
llvm_unreachable("invalid statement class to emit generically");
case Stmt::NullStmtClass:
case Stmt::CompoundStmtClass:
OpenPOWER on IntegriCloud