Skip to content
Commit 189df733 authored by Evan Cheng's avatar Evan Cheng
Browse files

Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:

leal    (,%rcx,8), %rcx
It should be
leal    (,%rcx,8), %ecx

llvm-svn: 41735
parent aa4b29c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment