summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-13 04:45:25 +0000
committerChris Lattner <sabre@nondot.org>2006-09-13 04:45:25 +0000
commit706dd3e0d40ebc138b2e71b1d8a8ca2c9f8fbac5 (patch)
tree099274c2645cacd2469797b864974f54fed3655b /llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
parent7789e938b6c0b5d983504f6e3324c3d42ba11397 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud