implement __builtin_return_addr(0) on ppc.
authorChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 06:59:59 +0000 (06:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 06:59:59 +0000 (06:59 +0000)
commit3fc027df4fca0355717515abb4d6e3753e6dee2a
tree6311d6ce97604a9baa315d5657959d0b87784eb3
parent73944fb22270697e75408cba52cca276be371a1f
implement __builtin_return_addr(0) on ppc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCMachineFunctionInfo.h
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/README.txt
test/CodeGen/PowerPC/retaddr.ll [new file with mode: 0644]