Don't use plain INC32 and DEC32 on x86-64; it needs
authorDan Gohman <gohman@apple.com>
Thu, 5 Mar 2009 21:32:23 +0000 (21:32 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 5 Mar 2009 21:32:23 +0000 (21:32 +0000)
commit1f4af262d5ad680e33a45729a8a396bd91b09662
treec064a30bf22147051a4ceac866784b39d766f6f0
parent51bb47480ea510ffc490c603244995e8977bc379
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66207 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td