delete unused local variables from jit sources (#14679)
authorSergey Andreenko <seandree@microsoft.com>
Wed, 25 Oct 2017 06:30:35 +0000 (23:30 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2017 06:30:35 +0000 (23:30 -0700)
commit980def6282c9c64d38a218c3f37093d130222458
tree6d9e62ca2f8ad63b4dc1bbd6d8fba14394b0c8b5
parent4b21e0d7eef05ec9842c032e7d813f2a45a418f1
delete unused local variables from jit sources (#14679)
15 files changed:
src/jit/ee_il_dll.cpp
src/jit/eeinterface.cpp
src/jit/emit.cpp
src/jit/flowgraph.cpp
src/jit/gentree.cpp
src/jit/hashbv.cpp
src/jit/importer.cpp
src/jit/liveness.cpp
src/jit/lower.cpp
src/jit/lsra.cpp
src/jit/lsraxarch.cpp
src/jit/morph.cpp
src/jit/optcse.cpp
src/jit/optimizer.cpp
src/jit/utils.cpp