Fix a crash due to a combination of dce/inlining.
Dead code elimiation was removing HCurrentMethod if it ended up not being used, but inlining requires access to it. Therefore we should keep the node in the graph. Change-Id: I2f44f71b4ff3f2c3f9569d8420c1b37f00e694d2
Loading
Please sign in to comment