Replace bbTreeList with GetBBTreeList() (dotnet/coreclr#23323)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 20 Sep 2019 21:52:34 +0000 (14:52 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2019 21:52:34 +0000 (14:52 -0700)
commitfa8cf6848d16be2569282c2c40ed7e5d035b3126
tree2274cf08c66a5e5060f5501d3559b430c307f954
parentece23ff2b529ab3074424a4f8f122e8993c9ef2b
parent3112f4a35185b7d2631a242df43bdd244bd1f6cf
Replace bbTreeList  with  GetBBTreeList() (dotnet/coreclr#23323)

* Remove getBBTreeList

* find ./ -type f -exec sed -i -e 's/GetBBTreeList/GetFirstLIRNode/g' {} \;

* find ./ -type f -exec sed -i -e 's/SetBBTreeList/SetFirstLIRNode/g' {} \;

Commit migrated from https://github.com/dotnet/coreclr/commit/71c8b264f6dc8c32939cefbd15a8c8c3ffdf0a67
src/coreclr/src/jit/block.cpp
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/flowgraph.cpp