Fix the srcCount for an unused GT_LONG.
authorPat Gavlin <pagavlin@microsoft.com>
Tue, 30 Aug 2016 23:53:40 +0000 (16:53 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Tue, 30 Aug 2016 23:53:40 +0000 (16:53 -0700)
commit6dd8f10aa73f098dedb4ccf58d145a9a55665495
tree6b335d5da7dc5efec9d6db0f9431e0be763c8fa1
parentb008e0aa17dd79ce874346bb30d84b8a9e42dae5
Fix the srcCount for an unused GT_LONG.

GT_LONG nodes that do not have a corresponding use need to
consume their operands. There was already code in lowerxarch
that attempted to do so, but this code was no longer valid in
LIR.
src/jit/lowerxarch.cpp