aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-17 07:17:59 +0000
committerChris Lattner <sabre@nondot.org>2005-12-17 07:17:59 +0000
commit576e46fc67a388961fe6db41cbd64adb223361e2 (patch)
tree9c7fa02be23fcea4284c75146546c3ae64eaedf1
parent967abf37c52ce7abc866d59ccf180574b0e30e06 (diff)
asmprinter done, added crucial missing step
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24767 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Sparc/README.txt5
-rw-r--r--lib/Target/SparcV8/README.txt5
2 files changed, 4 insertions, 6 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt
index 5f9f85f814..e97edec19a 100644
--- a/lib/Target/Sparc/README.txt
+++ b/lib/Target/Sparc/README.txt
@@ -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!
diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt
index 5f9f85f814..e97edec19a 100644
--- a/lib/Target/SparcV8/README.txt
+++ b/lib/Target/SparcV8/README.txt
@@ -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!