aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-07-01 15:16:04 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-07-01 15:16:04 +0000
commit4828151635b421159df7dcc60bbfd0b0fb17aaf4 (patch)
tree2294ab69adbed5157f35d76e86ecd0a6edf88c4a /clang/lib/CodeGen/CodeGenFunction.cpp
parent650c520007776789b07250484c335623feb376c9 (diff)
downloadllvm-4828151635b421159df7dcc60bbfd0b0fb17aaf4.zip
llvm-4828151635b421159df7dcc60bbfd0b0fb17aaf4.tar.gz
llvm-4828151635b421159df7dcc60bbfd0b0fb17aaf4.tar.bz2
Fix OMPT event_barrer_end
The OMPT status is never equal to ompt_status_track. ompt_status_track = 0x2 and ompt_status_track_callback = 0x6 just share a bit, so that we can check for traceing and callbacks with the same status. Patch by Tim Cramer Differential Revision: http://reviews.llvm.org/D10863 llvm-svn: 241167
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions