Skip to content
Commit 3392bfc8 authored by Bill Wendling's avatar Bill Wendling
Browse files

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.

llvm-svn: 121336
parent 8b54274f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment