Define FMT_VN as "$%x" and use it uniformly in the codebase
authorBrian Sullivan <briansul@microsoft.com>
Tue, 21 Aug 2018 00:32:13 +0000 (17:32 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Tue, 21 Aug 2018 18:04:01 +0000 (11:04 -0700)
commit904ac5f6484831b94ca01d195e2e68bd0c435a8a
treee3de9cc99bdba9ebcf9fe934fe8651017839caaa
parent4d9c822c062b3a97ab16ef0f9c7a33be79819fe9
Define FMT_VN as "$%x" and use it uniformly in the codebase

We use a unique prefix character when printing value numbers in dumps:  i.e.  $1c0
This define is used with string concatenation to put this in printf format strings
src/jit/assertionprop.cpp
src/jit/compiler.cpp
src/jit/rangecheck.cpp
src/jit/rangecheck.h
src/jit/valuenum.cpp
src/jit/valuenum.h