asmprinter done, added crucial missing step

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-12-17 07:17:59 +00:00
parent 967abf37c5
commit 576e46fc67
2 changed files with 4 additions and 6 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!

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!