Skip to content
Snippets Groups Projects
Commit 8e07533f authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 46019
parent ec224888
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
TODO: TODO:
* gpr0 allocation * gpr0 allocation
* implement do-loop -> bdnz transform * implement do-loop -> bdnz transform
* Implement __builtin_trap (ISD::TRAP) as 'tw 31, 0, 0' aka 'trap'.
===-------------------------------------------------------------------------=== ===-------------------------------------------------------------------------===
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment