diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2016-03-28 12:52:58 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2016-03-28 12:52:58 +0000 |
commit | 424be9283188be74ef68f017858a383833ec46c1 (patch) | |
tree | 6de0dbe038b99e7b0c77e493ba0e8d00b88b671c /llvm/lib/CodeGen/MachineFunctionPass.cpp | |
parent | 52ae58259d0fd83448b82dd9e13782f230c1fd79 (diff) | |
download | llvm-424be9283188be74ef68f017858a383833ec46c1.zip llvm-424be9283188be74ef68f017858a383833ec46c1.tar.gz llvm-424be9283188be74ef68f017858a383833ec46c1.tar.bz2 |
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Solution unifies interface of RegionCodeGenTy type to allow insert
runtime-specific code before/after main codegen action defined in
CGStmtOpenMP.cpp file. Runtime should not define its own RegionCodeGenTy
for general OpenMP directives, but must be allowed to insert its own
(required) code to support target specific codegen.
llvm-svn: 264576
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions