Synchronize VEX JIT encoding code with the MCJIT version. Fix a bug in the MCJIT...
authorCraig Topper <craig.topper@gmail.com>
Wed, 21 Aug 2013 05:57:45 +0000 (05:57 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 21 Aug 2013 05:57:45 +0000 (05:57 +0000)
commit5bdf397e25bf0e5a6473f44d49a04e8ff184c442
tree7bfeb291cde0483a9053d5ded942288f3e7a0070
parentec7b5e9290bc0e1b266525a4757773e9ab87847e
Synchronize VEX JIT encoding code with the MCJIT version. Fix a bug in the MCJIT code where CurOp was being incremented even if the operand it was pointing at wasn't used. Maybe only matters if there are any EVEX_K instructions that aren't VEX_4V.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188868 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/X86CodeEmitter.cpp