diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2003-12-28 18:03:52 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2003-12-28 18:03:52 +0000 |
commit | a158dc81047e36e8250b8ed44fb12a7e2895326a (patch) | |
tree | a604164f726cc8607884f628491dafaba932f5ab /llvm/lib/Support/StringExtras.cpp | |
parent | 43b587d94d8f094d1596635fff98e31203f4d748 (diff) | |
download | bcm5719-llvm-a158dc81047e36e8250b8ed44fb12a7e2895326a.tar.gz bcm5719-llvm-a158dc81047e36e8250b8ed44fb12a7e2895326a.zip |
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
Diffstat (limited to 'llvm/lib/Support/StringExtras.cpp')
0 files changed, 0 insertions, 0 deletions