Remove bogus fgCurHeapDef guard
authorJoseph Tremoulet <jotrem@microsoft.com>
Wed, 11 Jan 2017 20:59:29 +0000 (15:59 -0500)
committerJoseph Tremoulet <jotrem@microsoft.com>
Wed, 11 Jan 2017 20:59:29 +0000 (15:59 -0500)
commit334cf4e004367b8c0c717fe3974ae008ecec0f62
treea15be934bd5cae9d1a8874261e3c3ba1d02cee68
parentfb3270f7756830f8f055b4c76831f684908463cb
Remove bogus fgCurHeapDef guard

We should set fgCurHeapUse when visiting a heap use regardless of whether
fgCurHeapDef is set, because we haven't proven that the def writes all
memory that the use might read.  This should have been included in #8757
but somehow slipped through.
src/jit/liveness.cpp