[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)
commitd76df6d0ff1c52592cbcc7428d9154bb19a9b812
tree0fa63493bd3ca981877c2fb8ac09eec27da5284c
parentf6d58a2a1faf4957479fc85b1d72447d9c261ff7
[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.

llvm-svn: 230331
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/test/OpenMP/flush_codegen.cpp