Cleanup code in fgPerStatementLiveness and fgPerBlockLocalVarLiveness
authorBrian Sullivan <briansul@microsoft.com>
Tue, 12 Jan 2016 23:30:53 +0000 (15:30 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Tue, 12 Jan 2016 23:30:53 +0000 (15:30 -0800)
commitde0ce9492d7c78ec6d004e822590cb1b0367fd69
treea4f1e832e086d0aebf81646b934e89128dcfbb72
parentb8a0a62e41fa236ff1463523c3a287321a65bcff
Cleanup code in fgPerStatementLiveness and fgPerBlockLocalVarLiveness

Removed the <BUGNUM> comment about GT_QMARK that preceded the fgPerStatementLiveness method.
Added method header comment for fgPerStatementLiveness.
Changed return type of fgPerStatementLiveness to void.
Renamed the lhsNode argument to asgnLclVar.
Remove all the code that handles GT_QMARK/GT_COLON nodes,
 as those node are no longer used by the RyuJit codebase.
In fgPerStatementLiveness renamed lhsNode to asgnLclVar.
src/jit/compiler.h
src/jit/liveness.cpp