asmprinter done, added crucial missing step

llvm-svn: 24767
This commit is contained in:
Chris Lattner 2005-12-17 07:17:59 +00:00
parent 55f9dbe1ea
commit 69b5d17f92
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
Meta TODO list:
1. Convert asmprinter to use lib/CodeGen/AsmPrinter for global init printing
constant pool printing, etc.
2. Create a new DAG -> DAG instruction selector, by adding patterns to the
1. Create a new DAG -> DAG instruction selector, by adding patterns to the
instructions.
2. ???
3. profit!