[PATCH] [OPENMP] Initial codegen for 'parallel sections' directive.
John McCall
rjmccall at gmail.com
Mon Apr 13 12:58:16 PDT 2015
Looks good.
================
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();
----------------
You use this twice; it doesn't seem worthwhile.
http://reviews.llvm.org/D8997
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list