asmprinter done, added crucial missing step
authorChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 07:17:59 +0000 (07:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 07:17:59 +0000 (07:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24767 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/README.txt
lib/Target/SparcV8/README.txt

index 5f9f85f814d9b14a97d843542587d7050010764d..e97edec19a3201953fcd3910e7b31c2a6d07939b 100644 (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!
 
 
index 5f9f85f814d9b14a97d843542587d7050010764d..e97edec19a3201953fcd3910e7b31c2a6d07939b 100644 (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!