diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-12-17 07:17:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-12-17 07:17:59 +0000 |
| commit | 69b5d17f92c96440a1f2c186e464672e8c60fb1a (patch) | |
| tree | 72ad1243651cdca5c83553b66430d24ab60f2182 /llvm/lib | |
| parent | 55f9dbe1ea6383fb57f884750c9e96bc4a9cde33 (diff) | |
| download | bcm5719-llvm-69b5d17f92c96440a1f2c186e464672e8c60fb1a.tar.gz bcm5719-llvm-69b5d17f92c96440a1f2c186e464672e8c60fb1a.zip | |
asmprinter done, added crucial missing step
llvm-svn: 24767
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/SparcV8/README.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Target/SparcV8/README.txt b/llvm/lib/Target/SparcV8/README.txt index 5f9f85f814d..e97edec19a3 100644 --- a/llvm/lib/Target/SparcV8/README.txt +++ b/llvm/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! |

