Skip to content
Commit a158dc81 authored by Alkis Evlogimenos's avatar Alkis Evlogimenos
Browse files

Reserve ECX and EDI instead of EBX and EDI. Since EBX is a callee

saved register it has a longer free range than ECX (which is defined
every time there is a fnuction call) which makes ECX a better register
to reserve.

llvm-svn: 10635
parent 43b587d9
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