summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h2
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; }