diff options
Diffstat (limited to 'clang/lib/CodeGen/CGOpenMPRuntime.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.cpp b/clang/lib/CodeGen/CGOpenMPRuntime.cpp index 33dd853bb6d..98a83b661b5 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.cpp +++ b/clang/lib/CodeGen/CGOpenMPRuntime.cpp @@ -2519,6 +2519,7 @@ void CGOpenMPRuntime::emitTaskCall( case OMPC_DEPEND_inout: DepKind = DepInOut; break; + case OMPC_DEPEND_source: case OMPC_DEPEND_unknown: llvm_unreachable("Unknown task dependence type"); } |