Fix inline dump format issue
authorAndy Ayers <andya@microsoft.com>
Thu, 5 May 2016 21:51:33 +0000 (14:51 -0700)
committerAndy Ayers <andya@microsoft.com>
Thu, 5 May 2016 23:06:22 +0000 (16:06 -0700)
commit9614277d4fb85970871678601c9ffe0c4cbc6a97
tree6f155be2608f06a559f6871cd1bdc9facd01a8b1
parent3ddd9c43821bf617621f87d8d1519229e7d3b789
Fix inline dump format issue

Lost some implict casts to float when I updated SIZE_SCALE to an enum
constant, so now make the casts explicit.

Just impacts dump output.

Also, add a newline to LegacyPolicy dump to keep messages distinct.
src/jit/inlinepolicy.cpp