From 1d6adf7432defeb39b751a19c68335e8afb0d8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 5 May 2020 09:19:02 +0200 Subject: deps: update V8 to 8.3.110.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/32831 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso Reviewed-By: Jiawen Geng Reviewed-By: Colin Ihrig --- deps/v8/src/codegen/ppc/assembler-ppc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'deps/v8/src/codegen/ppc/assembler-ppc.h') diff --git a/deps/v8/src/codegen/ppc/assembler-ppc.h b/deps/v8/src/codegen/ppc/assembler-ppc.h index 222d4c28ad..b27a4fd8fe 100644 --- a/deps/v8/src/codegen/ppc/assembler-ppc.h +++ b/deps/v8/src/codegen/ppc/assembler-ppc.h @@ -230,10 +230,6 @@ class Assembler : public AssemblerBase { return link(L) - pc_offset(); } - // Puts a labels target address at the given position. - // The high 8 bits are set to zero. - void label_at_put(Label* L, int at_offset); - V8_INLINE static bool IsConstantPoolLoadStart( Address pc, ConstantPoolEntry::Access* access = nullptr); V8_INLINE static bool IsConstantPoolLoadEnd( -- cgit v1.2.1