diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-11-07 17:15:25 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-11-07 17:15:25 +0000 |
| commit | cf84ab5043d1a1f5d14b0cfe327a2d2823bcc810 (patch) | |
| tree | c245a2987cef5af0ee4f071e8f253772ffd527dd /llvm/lib/Target/MSP430/MSP430ISelLowering.cpp | |
| parent | d3c8319f48876fc886e3ede5d189b7e4f931a255 (diff) | |
| download | bcm5719-llvm-cf84ab5043d1a1f5d14b0cfe327a2d2823bcc810.tar.gz bcm5719-llvm-cf84ab5043d1a1f5d14b0cfe327a2d2823bcc810.zip | |
First try of the post-inc operands handling... Not fully worked, though :(
llvm-svn: 86386
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430ISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp index 47a977798da..326ea9af57b 100644 --- a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp +++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp @@ -62,7 +62,7 @@ MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) : setBooleanContents(ZeroOrOneBooleanContent); setSchedulingPreference(SchedulingForLatency); - // We have post-incremented loads / stores + // We have post-incremented loads / stores. setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); |

