diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-10-21 00:14:15 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-10-21 00:14:15 +0000 |
commit | 12ddf139ce9579772effc5d05d0e2822173ebb10 (patch) | |
tree | c8bf51d69f258011f24d55aacb97f5e7f4a6b41b | |
parent | 514200d5efb50afe2a953839ebe7235c248237a6 (diff) |
Add note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84713 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/MSP430/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/MSP430/README.txt b/lib/Target/MSP430/README.txt index b14e93d84d..cea4abefdd 100644 --- a/lib/Target/MSP430/README.txt +++ b/lib/Target/MSP430/README.txt @@ -40,3 +40,5 @@ 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. |