Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 4e7542341af51ae536facebe9e193c69e881b752..61845d1d69f6fca4024ba186cb0079f1edda6c4f 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -392,6 +392,11 @@ class LoadIC: public IC { |
static const Register ReceiverRegister(); |
static const Register NameRegister(); |
+ // With flag vector-ics, there is an additional argument. And for calls from |
+ // crankshaft, yet another. |
+ static const Register SlotRegister(); |
+ static const Register VectorRegister(); |
+ |
static ExtraICState ComputeExtraICState(ContextualMode contextual_mode) { |
return ContextualModeBits::encode(contextual_mode); |
} |