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 | 61d9c861fd6fabfc94421801d3ada9ef648467b7 (patch) | |
tree | 30505ae65346cafcbb8c043412bc2b7c6cf14c77 /lib/CodeGen/LiveInterval.cpp | |
parent | 399ea50dc3321b4cc16e0a5ea7c41495c55a01ba (diff) |
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/LiveInterval.cpp')
0 files changed, 0 insertions, 0 deletions