Commit bea121aa authored by Benedikt Meurer's avatar Benedikt Meurer

[turbofan] Eager frame state gone from JSCallFunction.

TBR=jarin@chromium.org

Review URL: https://codereview.chromium.org/2038463003 .

Cr-Commit-Position: refs/heads/master@{#36672}
parent fc881eb7
......@@ -216,7 +216,7 @@ TEST_F(JSBuiltinReducerTest, StringFromCharCode) {
Node* p0 = Parameter(t0, 0);
Node* call = graph()->NewNode(javascript()->CallFunction(3), function,
UndefinedConstant(), p0, context, frame_state,
frame_state, effect, control);
effect, control);
Reduction r = Reduce(call);
ASSERT_TRUE(r.Changed());
......
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