Chromium Code Reviews

Unified Diff: src/compiler/effect-control-linearizer.h

Issue 2365223003: Revert of [compiler] Properly guard the speculative optimizations for instanceof. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | src/compiler/effect-control-linearizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/effect-control-linearizer.h
diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
index 410acc8edb12c05c65f4df2223b70a4c9484442c..6461f03085c4eb9875e1c6bedf356a2e5e39b220 100644
--- a/src/compiler/effect-control-linearizer.h
+++ b/src/compiler/effect-control-linearizer.h
@@ -69,13 +69,10 @@
Node* effect, Node* control);
ValueEffectControl LowerCheckString(Node* node, Node* frame_state,
Node* effect, Node* control);
- ValueEffectControl LowerCheckHasInPrototypeChain(Node* node,
- Node* frame_state,
- Node* effect, Node* control);
- ValueEffectControl LowerCheckHeapObject(Node* node, Node* frame_state,
- Node* effect, Node* control);
ValueEffectControl LowerCheckIf(Node* node, Node* frame_state, Node* effect,
Node* control);
+ ValueEffectControl LowerCheckHeapObject(Node* node, Node* frame_state,
+ Node* effect, Node* control);
ValueEffectControl LowerCheckedInt32Add(Node* node, Node* frame_state,
Node* effect, Node* control);
ValueEffectControl LowerCheckedInt32Sub(Node* node, Node* frame_state,
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | src/compiler/effect-control-linearizer.cc » ('j') | no next file with comments »

Powered by Google App Engine