Remove a duplicate address tree consumption.
authorLubomir Litchev <lubol@microsoft.com>
Fri, 4 Mar 2016 21:44:40 +0000 (13:44 -0800)
committerLubomir Litchev <lubol@microsoft.com>
Fri, 4 Mar 2016 21:44:40 +0000 (13:44 -0800)
commit5c6cbc1a3991979d1ace7647f91ddc13c0fede7e
tree4d36877de5f94ba7b663039dfc90ab6d0018d3b0
parenta70b732323b8be45a80fcd1488d60c7baa9ab0a3
Remove a duplicate address tree consumption.

In void CodeGen::genEmitCallvoid CodeGen::genEmitCall override that takes
a GenTreeIndir AST we consume the indir addr node. Same thing is done in
codegenxarch.cpp just before this method is called. This PR removes the
later and thus leaving one consumption of the indirTree->Addr() tree.
src/jit/codegenxarch.cpp