commit | 59d28132bcd68f882c526b043380c359ffc465e6 | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Wed Apr 09 16:24:11 2008 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Wed Apr 09 16:24:11 2008 +0000 |
tree | acb2ed242ac57d5ca6b5e4dc1d7ea66574aa0960 | |
parent | d4e0af9f8945a1fb7b053f542ab114eb5908350d [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49433 91177308-0d34-0410-b5e6-96231b3b80d8