From b71424fda5d8375e47946775b6687f15ec17939a Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Fri, 3 Nov 2017 18:28:25 +0000 Subject: Revert "Rename fields of ompt_frame_t" This reverts commit r317338 which discarded some recent commits. llvm-svn: 317347 --- openmp/runtime/src/ompt-specific.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openmp/runtime/src/ompt-specific.cpp') diff --git a/openmp/runtime/src/ompt-specific.cpp b/openmp/runtime/src/ompt-specific.cpp index 9631c2bc113..bdf6bd18580 100644 --- a/openmp/runtime/src/ompt-specific.cpp +++ b/openmp/runtime/src/ompt-specific.cpp @@ -240,8 +240,8 @@ void __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, int gtid, lwt->ompt_team_info.parallel_data = *ompt_pid; lwt->ompt_team_info.master_return_address = codeptr; lwt->ompt_task_info.task_data.value = 0; - lwt->ompt_task_info.frame.enter_frame = NULL; - lwt->ompt_task_info.frame.exit_frame = NULL; + lwt->ompt_task_info.frame.reenter_runtime_frame = NULL; + lwt->ompt_task_info.frame.exit_runtime_frame = NULL; lwt->ompt_task_info.scheduling_parent = NULL; lwt->ompt_task_info.deps = NULL; lwt->ompt_task_info.ndeps = 0; -- cgit v1.2.3