Make JIT's fgWalk*Rec functions static
authorMike Danes <onemihaid@hotmail.com>
Sun, 3 Jan 2016 16:52:57 +0000 (18:52 +0200)
committerMike Danes <onemihaid@hotmail.com>
Sun, 3 Jan 2016 16:52:57 +0000 (18:52 +0200)
commit71de1296e977e1a88057450148b2f1c47caaebf1
tree9129326bb41f3076700b983b1b52369b100b09ef
parenta9dc13887582351bcb2796b1be0c6a23ced07642
Make  JIT's fgWalk*Rec functions static

The compiler object is already available via  fgWalkData and is only needed in debug builds to call gtDispTree. Given that these are recursive functions and have many callsites it seems useful to minimize the number of function parameters.
src/jit/compiler.h
src/jit/gentree.cpp