Index: src/ic/ppc/handler-compiler-ppc.cc |
diff --git a/src/ic/ppc/handler-compiler-ppc.cc b/src/ic/ppc/handler-compiler-ppc.cc |
index 52efcf91a4c7c0a650f8abc713b1dde7a821b1ff..86b1305ebcb28bf095c254084a205f2f1003fdf6 100644 |
--- a/src/ic/ppc/handler-compiler-ppc.cc |
+++ b/src/ic/ppc/handler-compiler-ppc.cc |
@@ -355,8 +355,8 @@ void NamedStoreHandlerCompiler::GenerateRestoreName(Handle<Name> name) { |
} |
-void NamedStoreHandlerCompiler::GeneratePushMap(Register map_reg, |
- Register scratch) { |
+void NamedStoreHandlerCompiler::RearrangeVectorAndSlot( |
+ Register current_map, Register destination_map) { |
DCHECK(false); // Not implemented. |
} |