summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/README.txt
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-10-21 19:17:18 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-10-21 19:17:18 +0000
commit90593d2e1f31fd1c3be353b836b50280c3a6d243 (patch)
treec07e729f1a16a1c152e4fdec7df2601d37efcd84 /lib/Target/MSP430/README.txt
parent3926fb63c24ceeefc0215b8e14eb81c85403639e (diff)
downloadllvm-90593d2e1f31fd1c3be353b836b50280c3a6d243.tar.gz
llvm-90593d2e1f31fd1c3be353b836b50280c3a6d243.tar.bz2
llvm-90593d2e1f31fd1c3be353b836b50280c3a6d243.tar.xz
Implement branch folding
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84774 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 cea4abefdd..b14e93d84d 100644
--- a/lib/Target/MSP430/README.txt
+++ b/lib/Target/MSP430/README.txt
@@ -40,5 +40,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.