diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-09-06 00:14:41 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-09-06 00:14:41 +0000 |
commit | 0b1e87160a8d6ad2ae87d33f16f65c58b8c67bb0 (patch) | |
tree | 30505ae65346cafcbb8c043412bc2b7c6cf14c77 /lib/CodeGen/VirtRegMap.h | |
parent | 77df20895a41141da74579146dfb839e5fc47e10 (diff) | |
download | external_llvm-0b1e87160a8d6ad2ae87d33f16f65c58b8c67bb0.tar.gz external_llvm-0b1e87160a8d6ad2ae87d33f16f65c58b8c67bb0.tar.bz2 external_llvm-0b1e87160a8d6ad2ae87d33f16f65c58b8c67bb0.zip |
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
leal (,%rcx,8), %rcx
It should be
leal (,%rcx,8), %ecx
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegMap.h')
0 files changed, 0 insertions, 0 deletions