commit | c719d73eecee175164356acc4ac5fd9dc1cdc356 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Mar 05 21:32:23 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Mar 05 21:32:23 2009 +0000 |
tree | 304b7017230d9a2b167092c03a227d2d6631810d | |
parent | e014b193c99ee3644cb327125b90d678a016f203 [diff] |
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