summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/ompt-general.cpp
diff options
context:
space:
mode:
authorJoachim Protze <protze@itc.rwth-aachen.de>2018-05-28 08:14:58 +0000
committerJoachim Protze <protze@itc.rwth-aachen.de>2018-05-28 08:14:58 +0000
commitc5836064bba929ebff211b76c3f377f2a5e5f78a (patch)
treefd69c8c6f3a2b47f22f160376072920f1bd1e2b2 /openmp/runtime/src/ompt-general.cpp
parent9b9c7010202263e47f37f92c51a7696d4e2b8fbc (diff)
downloadbcm5719-llvm-c5836064bba929ebff211b76c3f377f2a5e5f78a.tar.gz
bcm5719-llvm-c5836064bba929ebff211b76c3f377f2a5e5f78a.zip
[OMPT] Rename ompt_frame_t to omp_frame_t
Rename ompt_frame_t to omp_frame_t, as defined in the spec. Differential Revision: https://reviews.llvm.org/D43568 llvm-svn: 333367
Diffstat (limited to 'openmp/runtime/src/ompt-general.cpp')
-rw-r--r--openmp/runtime/src/ompt-general.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/ompt-general.cpp b/openmp/runtime/src/ompt-general.cpp
index 80a690078f4..8c845f5759a 100644
--- a/openmp/runtime/src/ompt-general.cpp
+++ b/openmp/runtime/src/ompt-general.cpp
@@ -502,7 +502,7 @@ OMPT_API_ROUTINE ompt_data_t *ompt_get_thread_data(void) {
OMPT_API_ROUTINE int ompt_get_task_info(int ancestor_level, int *type,
ompt_data_t **task_data,
- ompt_frame_t **task_frame,
+ omp_frame_t **task_frame,
ompt_data_t **parallel_data,
int *thread_num) {
return __ompt_get_task_info_internal(ancestor_level, type, task_data,
OpenPOWER on IntegriCloud