Skip to content

Commit 2d33426

Browse files
committed
Address review comments
1 parent 38a38bb commit 2d33426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/IPO/OpenMPOpt.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5033,7 +5033,8 @@ struct AAKernelInfoCallSite : AAKernelInfo {
50335033
case OMPRTL___kmpc_for_static_loop_8:
50345034
case OMPRTL___kmpc_for_static_loop_8u:
50355035
// Parallel regions might be reached by these calls, as they take a
5036-
// callback argument potentially arbitrary user-provided code.
5036+
// callback argument potentially containing arbitrary user-provided
5037+
// code.
50375038
ReachedUnknownParallelRegions.insert(&CB);
50385039
// TODO: The presence of these calls on their own does not prevent a
50395040
// kernel from being SPMD-izable. We mark it as such because we need

0 commit comments

Comments
 (0)