| commit | 3e7ba761578bcd748dc88c6a6989270bf7bdaa1a | [log] [tgz] |
|---|---|---|
| author | Akira Hatanaka <ahatanaka@mips.com> | Sat Sep 15 01:52:08 2012 +0000 |
| committer | Akira Hatanaka <ahatanaka@mips.com> | Sat Sep 15 01:52:08 2012 +0000 |
| tree | 2aa94586e7141feef88576468edc225155feb572 | |
| parent | f8f0a23ce7454a496f32adc59577791e54f9b808 [diff] |
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and use load/store fragments defined in TargetSelectionDAG.td in place of them. Unaligned loads/stores are either expanded or lowered to target-specific nodes, so instruction selection should see only aligned load/store nodes. No changes in functionality. llvm-svn: 163960