Skip to content
Commit 59c654aa authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[OPENMP] Codegen for 'private' clause in 'single' directive.

Emit the following code for 'single' directive with 'private' clause:

if (@__kmpc_single()) {
  <default init for privates>
  @__kmpc_end_single();
}
Differential Revision: http://reviews.llvm.org/D9238

llvm-svn: 235832
parent bdc1fedf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment