| Index: src/compiler/bytecode-graph-builder.h | 
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h | 
| index 2f3acc1bcad95aaea3ede0283c90a573bbeaacce..2fb711881d78f04fcede9ac97b4625a4e68cda27 100644 | 
| --- a/src/compiler/bytecode-graph-builder.h | 
| +++ b/src/compiler/bytecode-graph-builder.h | 
| @@ -139,6 +139,10 @@ class BytecodeGraphBuilder { | 
| // type feedback. | 
| BinaryOperationHint GetBinaryOperationHint(int operand_index); | 
|  | 
| +  // Helper function to create compare operation hint from the recorded | 
| +  // type feedback. | 
| +  CompareOperationHint GetCompareOperationHint(); | 
| + | 
| // Control flow plumbing. | 
| void BuildJump(); | 
| void BuildConditionalJump(Node* condition); | 
|  |