[PATCH] [OPENMP] Fixed codegen for 'reduction' clause

John McCall rjmccall at gmail.com
Wed May 6 10:09:29 PDT 2015


LGTM.


================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:2257
@@ +2256,3 @@
+          // If this is a conditional operator, analyze it's condition for
+          // min/max reduction operator.
+          RHSExpr = ACO->getCond();
----------------
"it's" => "its"

http://reviews.llvm.org/D9513

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list