| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 457df7c2195749b59d9cbd22a5747998d976d0d1..36807755341ca40fa245546f7348f9dc4d3dc41f 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1364,8 +1364,7 @@ class HGraphBuilder {
|
|
|
| void BuildCompareNil(
|
| HValue* value,
|
| - CompareNilICStub::Types types,
|
| - Handle<Map> map,
|
| + Handle<Type> type,
|
| int position,
|
| HIfContinuation* continuation);
|
|
|
| @@ -1636,6 +1635,7 @@ class HOptimizedGraphBuilder: public HGraphBuilder, public AstVisitor {
|
| template <class Instruction> HInstruction* PreProcessCall(Instruction* call);
|
|
|
| static Representation ToRepresentation(TypeInfo info);
|
| + static Representation ToRepresentation(Handle<Type> type);
|
|
|
| void SetUpScope(Scope* scope);
|
| virtual void VisitStatements(ZoneList<Statement*>* statements);
|
|
|