From: Anton Korobeynikov Date: Wed, 21 Oct 2009 00:14:15 +0000 (+0000) Subject: Add note X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=12ddf139ce9579772effc5d05d0e2822173ebb10;p=oota-llvm.git Add note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84713 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/MSP430/README.txt b/lib/Target/MSP430/README.txt index b14e93d84d6..cea4abefddb 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.