[PATCH] [OPENMP] Initial codegen for 'parallel sections' directive.
Alexey Bataev
a.bataev at hotmail.com
Mon Apr 13 20:08:02 PDT 2015
John, thanks for the review.
================
Comment at: lib/CodeGen/CGStmtOpenMP.cpp:888
@@ -888,1 +887,3 @@
+ const OMPExecutableDirective &S) {
+ CodeGenModule &CGM = CGF.CGM;
auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt();
----------------
rjmccall wrote:
> You use this twice; it doesn't seem worthwhile.
Removed, thanks!
http://reviews.llvm.org/D8997
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list