aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2016-03-28 12:58:34 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2016-03-28 12:58:34 +0000
commitf539faa7333e7c807eaca00c586cf6aa15bf333c (patch)
treeb1ce4a198ca575ffe26a3f7ad0fe60ab27ff013c /clang/lib/CodeGen/CodeGenFunction.h
parent424be9283188be74ef68f017858a383833ec46c1 (diff)
downloadllvm-f539faa7333e7c807eaca00c586cf6aa15bf333c.zip
llvm-f539faa7333e7c807eaca00c586cf6aa15bf333c.tar.gz
llvm-f539faa7333e7c807eaca00c586cf6aa15bf333c.tar.bz2
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Reverting because of failed tests. llvm-svn: 264577
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index c4e5ecd..85d5f7a 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2366,13 +2366,6 @@ public:
void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
void EmitOMPDistributeLoop(const OMPDistributeDirective &S);
- /// Emit outlined function for the target directive.
- static std::pair<llvm::Function * /*OutlinedFn*/,
- llvm::Constant * /*OutlinedFnID*/>
- EmitOMPTargetDirectiveOutlinedFunction(CodeGenModule &CGM,
- const OMPTargetDirective &S,
- StringRef ParentName,
- bool IsOffloadEntry);
/// \brief Emit inner loop of the worksharing/simd construct.
///
/// \param S Directive, for which the inner loop must be emitted.