From: Chris Lattner Date: Tue, 15 Jan 2008 22:15:02 +0000 (+0000) Subject: If someone wants to implement ppc TRAP, they can go for it :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e46307a54c4fb49fea879f67cb399339b2899240;p=oota-llvm.git 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 --- diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index a6034e1fa9a..66726c143e7 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'. ===-------------------------------------------------------------------------===