[PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 12 11:25:01 PDT 2016
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG, except for the small comment
================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:4260
@@ -4259,1 +4259,3 @@
+/// \brief discard all CompoundStmts intervening between two constructs
+static const Stmt *ignoreCompoundStmts(const Stmt *Body) {
----------------
\brief tag is not required anymore, just a brief description is required.
Repository:
rL LLVM
http://reviews.llvm.org/D18474
More information about the cfe-commits
mailing list