| commit | 2e05db2fa06e90298b428c91e9a4c8c1e367a7b9 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Dec 06 01:43:02 2011 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Dec 06 01:43:02 2011 +0000 |
| tree | 208103200c9258e721c828eaf2158a7ece72cbe8 | |
| parent | 10e1252269af295f0f16333e0f3f88aab37d2ebe [diff] |
Align ARM constant pool islands via their basic block. Previously, all ARM::CONSTPOOL_ENTRY instructions had a hardwired alignment of 4 bytes emitted by ARMAsmPrinter. Now the same alignment is set on the basic block. This is in preparation of supporting ARM constant pool islands with different alignments. llvm-svn: 145890