| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 444e3fb13742fa961ab3fc345f6dceb2df71686b..f7ddb20d1ade354f728f00ac57ab86c2e959b4df 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -706,25 +706,6 @@ class HEnvironment: public ZoneObject {
|
| };
|
|
|
|
|
| -class HInferRepresentation BASE_EMBEDDED {
|
| - public:
|
| - explicit HInferRepresentation(HGraph* graph)
|
| - : graph_(graph),
|
| - worklist_(8, graph->zone()),
|
| - in_worklist_(graph->GetMaximumValueID(), graph->zone()) { }
|
| -
|
| - void Analyze();
|
| - void AddToWorklist(HValue* current);
|
| -
|
| - private:
|
| - Zone* zone() const { return graph_->zone(); }
|
| -
|
| - HGraph* graph_;
|
| - ZoneList<HValue*> worklist_;
|
| - BitVector in_worklist_;
|
| -};
|
| -
|
| -
|
| class HOptimizedGraphBuilder;
|
|
|
| enum ArgumentsAllowedFlag {
|
|
|