| commit | 5ccb61781f4fc42ff9bd239e3e39a913cfc63b0d | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Tue Feb 18 00:21:49 2014 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Tue Feb 18 00:21:49 2014 +0000 |
| tree | fd7c89cfa40dde4071e55059818a89065a5a2115 | |
| parent | 03c05038e0c0afa79b6857f887cb0785dd2d0275 [diff] |
Add an x86 prefix encoding for instructions that would decode to a different instruction with 0xf2/f3/66 were in front of them, but don't themselves have a prefix. For now this doesn't change any bbehavior, but plan to use it to fix some bugs in the disassembler. llvm-svn: 201538