summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/README.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-15 22:15:02 +0000
committerChris Lattner <sabre@nondot.org>2008-01-15 22:15:02 +0000
commite46307a54c4fb49fea879f67cb399339b2899240 (patch)
tree0231e6c71d7e62abb8bdb0229f5a95fec3cb05c2 /lib/Target/PowerPC/README.txt
parent034f12ea0864a9cca0a74715d6fb06a8bf1dc775 (diff)
downloadllvm-e46307a54c4fb49fea879f67cb399339b2899240.tar.gz
llvm-e46307a54c4fb49fea879f67cb399339b2899240.tar.bz2
llvm-e46307a54c4fb49fea879f67cb399339b2899240.tar.xz
If someone wants to implement ppc TRAP, they can go for it :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README.txt')
-rw-r--r--lib/Target/PowerPC/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
index a6034e1fa9..66726c143e 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
+* Implement __builtin_trap (ISD::TRAP) as 'tw 31, 0, 0' aka 'trap'.
===-------------------------------------------------------------------------===