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 | fac8452acf42f5156c74c9d5fe55288c56a9f815 (patch) | |
| tree | 392036a2f51cd047ce98d6bd625fff055aff0a2c /llvm/lib/Analysis/AliasSetTracker.cpp | |
| parent | 902dcf07290919f960b06695c16d8c72c521c01a (diff) | |
| download | bcm5719-llvm-fac8452acf42f5156c74c9d5fe55288c56a9f815.tar.gz bcm5719-llvm-fac8452acf42f5156c74c9d5fe55288c56a9f815.zip | |
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
llvm-svn: 15090
Diffstat (limited to 'llvm/lib/Analysis/AliasSetTracker.cpp')
0 files changed, 0 insertions, 0 deletions

