Fix the srcCount for an unused GT_LONG. (#6996)
authorPat Gavlin <pgavlin@gmail.com>
Wed, 31 Aug 2016 03:51:33 +0000 (20:51 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2016 03:51:33 +0000 (20:51 -0700)
commitbd78aa1c4f9ee45c27fa164acf5b742f2bdf4acc
treededb98a908329553d6886b195ce1efe5dec7d8a3
parent20f1d0e9f209a5e111293423a2da23232f2de62d
parent6dd8f10aa73f098dedb4ccf58d145a9a55665495
Fix the srcCount for an unused GT_LONG. (#6996)

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.