| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 6770b5de142700f8beed789fd11212556a92300f..4447a568274c64d45586f99b5a884a86d24202d6 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -160,10 +160,8 @@ class BytecodeGraphBuilder {
|
| void BuildJump(int source_offset, int target_offset);
|
| void BuildJump();
|
| void BuildConditionalJump(Node* condition);
|
| -
|
| - // Helpers for building conditions for conditional jumps.
|
| - Node* BuildCondition(Node* comperand);
|
| - Node* BuildToBooleanCondition(Node* comperand);
|
| + void BuildJumpIfEqual(Node* comperand);
|
| + void BuildJumpIfToBooleanEqual(Node* boolean_comperand);
|
|
|
| // Constructing merge and loop headers.
|
| void MergeEnvironmentsOfBackwardBranches(int source_offset,
|
|
|