Beef up cmmMiniInline a tiny bit
authorSimon Marlow <marlowsd@gmail.com>
Tue, 16 Feb 2010 15:05:06 +0000 (15:05 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 16 Feb 2010 15:05:06 +0000 (15:05 +0000)
Allow a temporary assignment to be pushed past an assignment to a
global if the global is not mentioned in the rhs of the assignment we
are inlining.

This fixes up some bad code.  We should make sure we're doing
something equivalent in the new backend in due course.


No differences found