If someone wants to implement ppc TRAP, they can go for it :)

llvm-svn: 46019
This commit is contained in:
Chris Lattner 2008-01-15 22:15:02 +00:00
parent bcb087fd62
commit dac9c1bcfe

View File

@ -3,6 +3,7 @@
TODO:
* gpr0 allocation
* implement do-loop -> bdnz transform
* Implement __builtin_trap (ISD::TRAP) as 'tw 31, 0, 0' aka 'trap'.
===-------------------------------------------------------------------------===