PowerPC's ABIs differ from those of other architectures in that the
callee-saved return address is stored in the caller's stack frame, not the callee's. This patch adjusts the logic to find the LR in the correct place for PowerPC. Patch joint with Bill Seurer. llvm-svn: 243467
Loading
Please sign in to comment