diff options
author | Daniel Jasper <djasper@google.com> | 2015-08-28 08:42:22 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-08-28 08:42:22 +0000 |
commit | ad5b7962c9aa17f85f1f2fc9b99cc56b8c0c132e (patch) | |
tree | bc07d97de54091879e16d20ef9f46b5adf09fce1 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 6dc4441884aa88befccce1289d67daf284327c1f (diff) | |
download | llvm-ad5b7962c9aa17f85f1f2fc9b99cc56b8c0c132e.zip llvm-ad5b7962c9aa17f85f1f2fc9b99cc56b8c0c132e.tar.gz llvm-ad5b7962c9aa17f85f1f2fc9b99cc56b8c0c132e.tar.bz2 |
Revert "[OPENMP 4.0] Codegen for array sections."
The test is currently failing on bots:
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_check/12747/
llvm-svn: 246288
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 154c0cb..95a512c 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -24,7 +24,6 @@ #include "clang/AST/CharUnits.h" #include "clang/AST/ExprCXX.h" #include "clang/AST/ExprObjC.h" -#include "clang/AST/ExprOpenMP.h" #include "clang/AST/Type.h" #include "clang/Basic/ABI.h" #include "clang/Basic/CapturedStmt.h" @@ -2413,8 +2412,6 @@ public: LValue EmitUnaryOpLValue(const UnaryOperator *E); LValue EmitArraySubscriptExpr(const ArraySubscriptExpr *E, bool Accessed = false); - LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, - bool LowerBound = true); LValue EmitExtVectorElementExpr(const ExtVectorElementExpr *E); LValue EmitMemberExpr(const MemberExpr *E); LValue EmitObjCIsaExpr(const ObjCIsaExpr *E); |