[jit] Fix a problem in the liveness pass, where the variable which was only used...
authorZoltan Varga <vargaz@gmail.com>
Wed, 11 Dec 2013 18:19:53 +0000 (19:19 +0100)
committerZoltan Varga <vargaz@gmail.com>
Wed, 11 Dec 2013 18:19:53 +0000 (19:19 +0100)
commit1d654c88284a46f734b0166f741acc84e3de305c
treefcb714e61366054fb998670a13247f4f828d9ddd
parent7888d9f22483afaf94faa03d9fa14583abd15a34
[jit] Fix a problem in the liveness pass, where the variable which was only used in the first instruction of the first bblock was incorrectly marked as dead.
mono/mini/liveness.c