diff options
author | Chris Lattner <sabre@nondot.org> | 2007-03-25 05:10:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-03-25 05:10:46 +0000 |
commit | 86c9c341e97a4f08e4984077af57bf106d980db0 (patch) | |
tree | d74d795ddd83f2b8757bbfc7b42aed571e023736 /lib/Target/PowerPC/README.txt | |
parent | 0fc5095d0e0c3ca3b9cbceab1072cc789b587f47 (diff) |
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README.txt')
-rw-r--r-- | lib/Target/PowerPC/README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 074dffce96..864302f687 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -3,6 +3,7 @@ TODO: * gpr0 allocation * implement do-loop -> bdnz transform +* __builtin_return_address not supported on PPC ===-------------------------------------------------------------------------=== |