| commit | 5048514c208a2180933b090251c36d78c9ae119d | [log] [tgz] |
|---|---|---|
| author | Simon Atanasyan <simon@atanasyan.com> | Mon Dec 12 17:40:26 2016 +0000 |
| committer | Simon Atanasyan <simon@atanasyan.com> | Mon Dec 12 17:40:26 2016 +0000 |
| tree | b41e61452df46bfb720b175909c79fb9d4d36343 | |
| parent | f45ea4bbc587a171b0643428de1c2693259cb072 [diff] |
[mips] For PIC code convert unconditional jump to unconditional branch Unconditional branch uses relative addressing which is the right choice in case of position independent code. This is a fix for the bug: https://dmz-portal.mips.com/bugz/show_bug.cgi?id=2445 Differential revision: https://reviews.llvm.org/D27483 llvm-svn: 289448