diff options
author | Arpith Chacko Jacob <acjacob@us.ibm.com> | 2017-01-18 15:36:05 +0000 |
---|---|---|
committer | Arpith Chacko Jacob <acjacob@us.ibm.com> | 2017-01-18 15:36:05 +0000 |
commit | 42793e000a4a9b6b337b3d168e2543c533835084 (patch) | |
tree | b8cc7a9c9861b5e33517104f7084b0674d1ab054 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 8277c41a899bc2e1290ce22595fbd79191f32066 (diff) | |
download | bcm5719-llvm-42793e000a4a9b6b337b3d168e2543c533835084.tar.gz bcm5719-llvm-42793e000a4a9b6b337b3d168e2543c533835084.zip |
Revert r292374 to debug Windows buildbot failure.
llvm-svn: 292400
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 7db72dda5c1..fe6261848ae 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2708,9 +2708,6 @@ public: static void EmitOMPTargetDeviceFunction(CodeGenModule &CGM, StringRef ParentName, const OMPTargetDirective &S); - static void - EmitOMPTargetParallelDeviceFunction(CodeGenModule &CGM, StringRef ParentName, - const OMPTargetParallelDirective &S); /// \brief Emit inner loop of the worksharing/simd construct. /// /// \param S Directive, for which the inner loop must be emitted. |