[all-commits] [llvm/llvm-project] 58970e: [OpenMP] Fix typo in CodeGenFunction::EmitOMPWorks...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Sep 8 04:00:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58970eb7d1ddd067e98f49fdcfb04373086245bc
https://github.com/llvm/llvm-project/commit/58970eb7d1ddd067e98f49fdcfb04373086245bc
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-08 (Tue, 08 Sep 2020)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
Log Message:
-----------
[OpenMP] Fix typo in CodeGenFunction::EmitOMPWorksharingLoop (PR46412)
Fixes issue noticed by static analysis where we have a copy+paste typo, testing ScheduleKind.M1 twice instead of ScheduleKind.M2.
Differential Revision: https://reviews.llvm.org/D87250
More information about the All-commits
mailing list