Skip to content
Commit a6063118 authored by Nate Begeman's avatar Nate Begeman
Browse files

Fix a bug where an incorrect bit mask would be generated if a target's last asm

string began at a power of 2 in the string index.  For example, if "ret" started
at position 16, the ret instruction would be assigned code 16, but the mask would be AsmChars[] + Code & 15, not Code & 31.

llvm-svn: 49433
parent a7dfbc03
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