6123e0effb
Delay setting try-index for callee flow graph until the decision to inline is made. This avoids confusing situation when running optimization passes on callee, where InsideTryBlock reports that the instruction is in try block, but there is no try block in the flow graph. TEST=ci Change-Id: Ia9dfa8b53dda9ca259dc73d810e7a4344971b904 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399320 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>