summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/README.txt
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-11-07 17:12:58 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-11-07 17:12:58 +0000
commit603fce9ebb5c293b73f83bc57974d59db6a80ea8 (patch)
tree6df1b09b8d90edd1ee52c43c403582f04704e279 /lib/Target/MSP430/README.txt
parent5c192fbe450d0a541a40cbbf4746b6957015dc89 (diff)
downloadllvm-603fce9ebb5c293b73f83bc57974d59db6a80ea8.tar.gz
llvm-603fce9ebb5c293b73f83bc57974d59db6a80ea8.tar.bz2
llvm-603fce9ebb5c293b73f83bc57974d59db6a80ea8.tar.xz
Some preliminary variable asmprinting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/README.txt')
-rw-r--r--lib/Target/MSP430/README.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/MSP430/README.txt b/lib/Target/MSP430/README.txt
index b14e93d84d..5b9634bcfe 100644
--- a/lib/Target/MSP430/README.txt
+++ b/lib/Target/MSP430/README.txt
@@ -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?).