diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-21 21:28:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-21 21:28:26 +0000 |
commit | 3dbb504081c24a8cac35c4ac230a1c03a6a090e0 (patch) | |
tree | 8c4fda3d41c648955aa7c4ccc085fe689225904f /lib/CodeGen/RegAllocIterativeScan.cpp | |
parent | 7848e68c1635ccba5a08d55314d4e5aed5ab54b9 (diff) |
Fix cases where we generated horrible code like this:
mov %EDI, 12
add %EDI, %ECX
mov %ECX, 12
add %ECX, %EDX
mov %EDX, 12
add %EDX, %ESI
instead (really!) generate this:
add %ECX, 12
add %EDX, 12
add %ESI, 12
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocIterativeScan.cpp')
0 files changed, 0 insertions, 0 deletions