Commit 6fbca396 authored by Orion Hodson's avatar Orion Hodson
Browse files

dx: workaround a verifier bug

Turn the following code

  move-object vX, vY
  instance-of vY, vX, LMyClass;

into

  move-object vX, vY
  nop
  instance-of vY, vX, LMyClass;

Bug: 120985556
Test: run-all-tests --seq --skip 127-merge-stress
Change-Id: I52939634e855a0580f253d839ac6ecaa7db77078
parent 906f0f6c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment