Don't use plain INC32 and DEC32 on x86-64; it needs
INC64_32r and INC64_16r, because these instructions are encoded
differently on x86-64. This fixes JIT regressions on x86-64 in
kimwitu++ and others.

llvm-svn: 66207
2 files changed
tree: 304b7017230d9a2b167092c03a227d2d6631810d
  1. clang/
  2. llvm/