summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-exprs.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-02-05 06:35:41 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-02-05 06:35:41 +0000
commit6956e2e68338f62bd19d54b82f0791a8f626c84d (patch)
tree2670b395613aca0611fc5523ea4204aaa87c6a6f /clang/test/CodeGenCXX/mangle-exprs.cpp
parent520449d55e5853ca995446988e9be58b0bb3c436 (diff)
downloadbcm5719-llvm-6956e2e68338f62bd19d54b82f0791a8f626c84d.tar.gz
bcm5719-llvm-6956e2e68338f62bd19d54b82f0791a8f626c84d.zip
[OPENMP] Initial codegen for 'single' directive.
This patch emits the following code for the single directive: #pragma omp single <body> <----> if(__kmpc_single(...)) { <body> __kmpc_end_single(...); } Differential Revision: http://reviews.llvm.org/D7045 llvm-svn: 228275
Diffstat (limited to 'clang/test/CodeGenCXX/mangle-exprs.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud