diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-09-13 04:45:25 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-09-13 04:45:25 +0000 |
| commit | 706dd3e0d40ebc138b2e71b1d8a8ca2c9f8fbac5 (patch) | |
| tree | 099274c2645cacd2469797b864974f54fed3655b /llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp | |
| parent | 7789e938b6c0b5d983504f6e3324c3d42ba11397 (diff) | |
| download | bcm5719-llvm-706dd3e0d40ebc138b2e71b1d8a8ca2c9f8fbac5.tar.gz bcm5719-llvm-706dd3e0d40ebc138b2e71b1d8a8ca2c9f8fbac5.zip | |
Fix a regression in the 32-bit port from the 64-bit port landing.
We now compile CodeGen/X86/lea-2.ll into:
_test:
movl 4(%esp), %eax
movl 8(%esp), %ecx
leal -5(%ecx,%eax,4), %eax
ret
instead of:
_test:
movl 4(%esp), %eax
leal (,%eax,4), %eax
addl 8(%esp), %eax
addl $4294967291, %eax
ret
llvm-svn: 30288
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp')
0 files changed, 0 insertions, 0 deletions

