| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 43b2d84c316c701f136626752a08babc2dd23c1e..ccb6d1e3de28acf1cdddbd2ce6001dfaf55d5ba3 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -164,10 +164,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,
|
|
|