Commit df61ffea authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[turbofan] Remove dead JSTypedLowering::EmptyFrameState.

R=jarin@chromium.org

Review-Url: https://codereview.chromium.org/2197163002
Cr-Commit-Position: refs/heads/master@{#38205}
parent 95cae2eb
......@@ -2125,14 +2125,6 @@ Reduction JSTypedLowering::Reduce(Node* node) {
return NoChange();
}
Node* JSTypedLowering::EmptyFrameState() {
return graph()->NewNode(
common()->FrameState(BailoutId::None(), OutputFrameStateCombine::Ignore(),
nullptr),
jsgraph()->EmptyStateValues(), jsgraph()->EmptyStateValues(),
jsgraph()->EmptyStateValues(), jsgraph()->NoContextConstant(),
jsgraph()->UndefinedConstant(), graph()->start());
}
Factory* JSTypedLowering::factory() const { return jsgraph()->factory(); }
......
......@@ -89,8 +89,6 @@ class JSTypedLowering final : public AdvancedReducer {
Reduction ReduceUI32Shift(Node* node, Signedness left_signedness,
const Operator* shift_op);
Node* EmptyFrameState();
Factory* factory() const;
Graph* graph() const;
JSGraph* jsgraph() const { return jsgraph_; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment