Add dead code elimination in cmmMiniInline
authorSimon Marlow <simonmar@microsoft.com>
Thu, 20 Dec 2007 15:17:34 +0000 (15:17 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 20 Dec 2007 15:17:34 +0000 (15:17 +0000)
cmmMiniInline counts the uses of local variables, so it can easily
eliminate assigments to unused locals.  This almost never gets
triggered, as we don't generate any dead assignments, but it will be
needed by a forthcoming cleanup in CgUtils.emitSwitch.


No differences found