fgDebugCheckFlags should use OperMayThrow for all nodes. (#14330)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 5 Oct 2017 04:34:26 +0000 (21:34 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2017 04:34:26 +0000 (21:34 -0700)
commitbe23e23f76b37059db4756bd77f6feeb2eef2731
treedb66518c6af59765633f5239c5504eb524940a7c
parentfafd08ca7db1b5535f2d472a2ed2d4a86abc26f9
fgDebugCheckFlags should use OperMayThrow for all nodes. (#14330)

GT_CATCH_ARG should not be marled as MayThrow.
src/jit/flowgraph.cpp
src/jit/gentree.cpp