fix gtDispTree (#14326)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 5 Oct 2017 18:21:19 +0000 (11:21 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2017 18:21:19 +0000 (11:21 -0700)
commit6c18b66b6f4cc904065f8abaa442fd112493a36c
tree48c42550367419c2dd4249d708188a9de061f4e2
parent076a61ef2eb3baf69182139f36b948f104e3b740
fix gtDispTree (#14326)

* fix gtDispTree

It is legal situation when we pass ILNone (for example for local stores:
gtDispChild(tree->gtOp.gtOp1, indentStack, IINone);). In this code we
poped value and didn't push anything back, it ended with the stack
underflow.
src/jit/gentree.cpp