summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/README.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-08 06:59:59 +0000
committerChris Lattner <sabre@nondot.org>2007-12-08 06:59:59 +0000
commit3fc027df4fca0355717515abb4d6e3753e6dee2a (patch)
tree6311d6ce97604a9baa315d5657959d0b87784eb3 /lib/Target/PowerPC/README.txt
parent73944fb22270697e75408cba52cca276be371a1f (diff)
downloadllvm-3fc027df4fca0355717515abb4d6e3753e6dee2a.tar.gz
llvm-3fc027df4fca0355717515abb4d6e3753e6dee2a.tar.bz2
llvm-3fc027df4fca0355717515abb4d6e3753e6dee2a.tar.xz
implement __builtin_return_addr(0) on ppc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README.txt')
-rw-r--r--lib/Target/PowerPC/README.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
index 077bc2555d..74bd15038a 100644
--- a/lib/Target/PowerPC/README.txt
+++ b/lib/Target/PowerPC/README.txt
@@ -3,7 +3,6 @@
TODO:
* gpr0 allocation
* implement do-loop -> bdnz transform
-* __builtin_return_address not supported on PPC
===-------------------------------------------------------------------------===