Reset EH pred cache in ResetOptAnnotations
authorJoseph Tremoulet <jotrem@microsoft.com>
Fri, 30 Sep 2016 19:14:10 +0000 (15:14 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Fri, 4 Nov 2016 18:57:18 +0000 (14:57 -0400)
commit7f6a791f35c2b03fe71853dc4c4b4633e82a8492
tree93d7047186f7efa69ad6ac40f7b3d8e8820a65cf
parentde040276a0425849e14fbc95f184bbd0e3e09ba5
Reset EH pred cache in ResetOptAnnotations

The cache created in the first iteration may not be correct in the second.
It seems there is a more general problem with failure to invalidate this
cache (GitHub issue #7844), that this change is working around for the
optRepeat case.
src/jit/compiler.cpp