5c10a8328c
Test Plan: Previously this caused the following assert to fail in `StoreInstanceFieldInstr::MakeLocationSummary` on some tests: ``` ASSERT(ShouldEmitStoreBarrier() == ShouldEmitStoreBarrier()) ``` I've confirmed that the assert now succeeds. Change-Id: I5efb1d89ab1685c136d1947ae01ccb21136061a5 Reviewed-on: https://dart-review.googlesource.com/67220 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Samir Jindel <sjindel@google.com>