]> granicus.if.org Git - clang/commit
[OPENMP] Update codegen for 'omp flush' directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 24 Feb 2015 12:55:09 +0000 (12:55 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 24 Feb 2015 12:55:09 +0000 (12:55 +0000)
commit1ce90639161ff65338c13c31ae5459250cf87c61
treebe7eb3ba59150d957830a2aec1d3b4172216aeb3
parentd62b6dead1cb75b7658e959a5d17b54e8f4fcf1e
[OPENMP] Update codegen for 'omp flush' directive.
__kmpc_omp_flush() runtime library now has only one argument and is not a vararg
anymore. This update makes the codegen compatible with these changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
test/OpenMP/flush_codegen.cpp