Remove use of gtEffectiveVal in RyuJIT codegen
authorBruce Forstall <brucefo@microsoft.com>
Tue, 6 Jun 2017 23:37:40 +0000 (16:37 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Tue, 6 Jun 2017 23:37:40 +0000 (16:37 -0700)
commit423cae3a1fdeb8ef975047b4969e983946c2a825
tree174fedbf368545d86f7ac7c7cbc606c03984ac06
parent23126aa5b7d6dc7b58301df7d0af1ccdf805224d
Remove use of gtEffectiveVal in RyuJIT codegen

This is not required in RyuJIT at the codegen phase: COMMA and
value-producing NOPs are no longer in place.
src/jit/codegenarm.cpp
src/jit/codegenarm64.cpp
src/jit/codegenarmarch.cpp
src/jit/codegenxarch.cpp
src/jit/emitxarch.cpp
src/jit/lsra.cpp