"Matt Lee" <[EMAIL PROTECTED]> writes: > The problem is, that though the loads can be optimized by pipelining > them. The register allocator has created a dependency by using only r3 > and r4, instead of using the other volatiles.
Try using -frename-registers. Ian