Bill Wendling 09aa3f0ef3 The BLX instruction is encoded differently than the BL, because why not? In
particular, the immediate has 20-bits of value instead of 21. And bit 0 is '0'
always. Going through the BL fixup encoding was trashing the "bit 0 is '0'"
invariant.

Attempt to get the encoding at slightly more correct with this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121336 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-09 00:39:08 +00:00
..
2010-11-29 18:16:10 +00:00
2010-11-29 18:33:08 +00:00
2010-11-29 18:16:10 +00:00
2009-02-20 23:44:54 +00:00
2010-11-29 18:16:10 +00:00
2010-09-15 12:30:35 +00:00
2010-11-29 18:16:10 +00:00
2007-12-29 20:37:13 +00:00
2006-08-09 19:40:13 +00:00
2007-12-29 20:37:13 +00:00
2010-08-29 14:50:21 +00:00
2010-08-04 16:11:24 +00:00
2009-08-24 03:44:02 +00:00
2010-10-02 18:49:27 +00:00
2007-07-03 21:57:50 +00:00