summaryrefslogtreecommitdiff
path: root/deps/v8/src/codegen/constant-pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/codegen/constant-pool.h')
-rw-r--r--deps/v8/src/codegen/constant-pool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/codegen/constant-pool.h b/deps/v8/src/codegen/constant-pool.h
index 47346d3455..b2d890c6f4 100644
--- a/deps/v8/src/codegen/constant-pool.h
+++ b/deps/v8/src/codegen/constant-pool.h
@@ -192,7 +192,8 @@ class ConstantPoolKey {
rmode_ != RelocInfo::VENEER_POOL &&
rmode_ != RelocInfo::DEOPT_SCRIPT_OFFSET &&
rmode_ != RelocInfo::DEOPT_INLINING_ID &&
- rmode_ != RelocInfo::DEOPT_REASON && rmode_ != RelocInfo::DEOPT_ID);
+ rmode_ != RelocInfo::DEOPT_REASON && rmode_ != RelocInfo::DEOPT_ID &&
+ rmode_ != RelocInfo::DEOPT_NODE_ID);
// CODE_TARGETs can be shared because they aren't patched anymore,
// and we make sure we emit only one reloc info for them (thus delta
// patching) will apply the delta only once. At the moment, we do not dedup