Convert some very common noway_assert to simple assert
authorBruce Forstall <brucefo@microsoft.com>
Wed, 7 Jun 2017 19:20:08 +0000 (12:20 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 7 Jun 2017 19:20:08 +0000 (12:20 -0700)
commitdbf724cd88d2fc513bc95f8787dc72bc99dfc7cd
tree52ce095f4cff070fc19cc744192d9a222e0a6c08
parent23126aa5b7d6dc7b58301df7d0af1ccdf805224d
Convert some very common noway_assert to simple assert

With these few changes, I measured a JIT instruction count reduction
of 0.37% of SuperPMI over the tests, and 0.17% for MinOpts.

Related to #10421
src/jit/assertionprop.cpp
src/jit/flowgraph.cpp
src/jit/lclvars.cpp
src/jit/liveness.cpp
src/jit/lsra.cpp
src/jit/morph.cpp