Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch

Thanks to John Mellor-Crummey for reporting the omission.

llvm-svn: 271035
This commit is contained in:
Hal Finkel 2016-05-27 19:04:05 +00:00
parent 6fff9dc932
commit 49bee007d0
1 changed files with 1 additions and 0 deletions

View File

@ -1661,6 +1661,7 @@ __kmp_invoke_microtask:
# if OMPT_SUPPORT
.cfi_offset r30, -16
std 30, -16(31)
std 1, 0(8)
mr 30, 8
# endif