Cleanup whitespace.
[oota-llvm.git] / lib / Target / MSP430 / README.txt
index cea4abefddbc8765b90f88395a0bdb1982811981..5b9634bcfe733e62e9b5d3da8cd6f75165202ff8 100644 (file)
@@ -11,8 +11,6 @@ available pretty soon.
 Some things are incomplete / not implemented yet (this list surely is not
 complete as well):
 
-0. Implement asmprinting for variables :)
-
 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might
 be modelled currently in improper way - should we need to mark the superreg as
 def for every 8 bit instruction?).
@@ -40,5 +38,3 @@ way (currently they emit explicit comparison).
 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
 
 11. Implement hooks for better memory op folding, etc.
-
-12. Implement branch folding.