Clean up GenTreePutArgStk (#10239)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 17 Mar 2017 20:01:47 +0000 (13:01 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2017 20:01:47 +0000 (13:01 -0700)
commit008aacc003c9b49f8780196df3b653b03b93f09e
treef9a6801e356f4fcab5fbdc7a69ac307205408325
parentb6aec9bd4b6e5e026669cd7432b3f37aeec14190
Clean up GenTreePutArgStk (#10239)

Consolidate constructors; go from 4 to 2.

Reduce `#ifdef` in callers.
src/jit/codegenarm64.cpp
src/jit/codegenxarch.cpp
src/jit/gentree.h
src/jit/lower.cpp
src/jit/morph.cpp