| commit | 28aae17fee1b1a43345624787abca6f1eaff5430 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Mar 14 17:04:18 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Mar 14 17:04:18 2010 +0000 |
| tree | cb458445e643e834fa2edd58e62638c0d8a88651 | |
| parent | 762c6b7346365eafc7a61e3a637cf32bd9e3ac93 [diff] |
shrink 4-byte branches to 1-byte branches when lowering from MachineInstr -> MCInst. This is what the assembler backend wants, it relaxes from smaller to larger things. This fixes rdar://7750815 llvm-svn: 98493