diff options
author | 2020-07-28 10:08:11 +0100 | |
---|---|---|
committer | 2020-07-28 13:17:59 +0000 | |
commit | 2091019e6c3ca07454b97730f29bb7200fa9d46e (patch) | |
tree | 483ed18c115ec2db233ffa15c1d5084c4ef1578e /compiler/optimizing/nodes.h | |
parent | 098faa82913d24a0c71b5debc164ea717fac2b3e (diff) |
Update invoke-type in HInvokePolymorphic
Bug: 154693569
Test: art/test.py --host -r
Change-Id: Ibdf88397e1c13caf7e333fd4c52bbc75f316bbfb
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 5eaa7fb518..63ba3c0d8f 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -4520,7 +4520,7 @@ class HInvokePolymorphic final : public HInvoke { dex_pc, dex_method_index, resolved_method, - kVirtual) { + kPolymorphic) { } bool IsClonable() const override { return true; } |