Merging r271035:
------------------------------------------------------------------------
r271035 | hfinkel | 2016-05-27 14:04:05 -0500 (Fri, 27 May 2016) | 3 lines

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

Thanks to John Mellor-Crummey for reporting the omission.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/openmp/branches/release_38@271583 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/runtime/src/z_Linux_asm.s b/runtime/src/z_Linux_asm.s
index e42ca62..1b9bf34 100644
--- a/runtime/src/z_Linux_asm.s
+++ b/runtime/src/z_Linux_asm.s
@@ -1520,6 +1520,7 @@
 # if OMPT_SUPPORT
 	.cfi_offset r30, -16
 	std 30, -16(31)
+	std 1, 0(8)
 	mr 30, 8
 # endif