Commit 8ff50873 authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[turbofan] Elide checkpoint before {CreateLiteralObject}.

R=bmeurer@chromium.org

Review-Url: https://codereview.chromium.org/2675673002
Cr-Commit-Position: refs/heads/master@{#42887}
parent 318b78d4
......@@ -1213,7 +1213,6 @@ void BytecodeGraphBuilder::VisitCreateArrayLiteral() {
}
void BytecodeGraphBuilder::VisitCreateObjectLiteral() {
PrepareEagerCheckpoint();
Handle<BoilerplateDescription> constant_properties =
Handle<BoilerplateDescription>::cast(
bytecode_iterator().GetConstantForIndexOperand(0));
......
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