aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-08 09:06:45 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-08 09:06:45 +0000
commit9804fa5d482a8917274a4f35fdba345563fc7ff7 (patch)
tree06454c67b4df84324a39c70fa4ba7adb29495da1 /clang/lib/CodeGen/CodeGenFunction.h
parentecc177788fa7cd9487be8180a054480e144480cd (diff)
downloadllvm-9804fa5d482a8917274a4f35fdba345563fc7ff7.zip
llvm-9804fa5d482a8917274a4f35fdba345563fc7ff7.tar.gz
llvm-9804fa5d482a8917274a4f35fdba345563fc7ff7.tar.bz2
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive."
This reverts commit r219197 because it broke ARM self-hosting buildbots with segmentation fault errors in many tests. llvm-svn: 219289
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index ff905e4..a4b231dd 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2014,7 +2014,6 @@ public:
void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
void EmitOMPTargetDirective(const OMPTargetDirective &S);
- void EmitOMPTeamsDirective(const OMPTeamsDirective &S);
/// Helpers for 'omp simd' directive.
void EmitOMPLoopBody(const OMPLoopDirective &Directive,