Revision f230a1cf deps/v8/src/hydrogen-dce.h

View differences:

deps/v8/src/hydrogen-dce.h
45 45
  }
46 46

  
47 47
 private:
48
  bool MarkLive(HValue* ref, HValue* instr);
48
  void MarkLive(HValue* instr, ZoneList<HValue*>* worklist);
49
  void PrintLive(HValue* ref, HValue* instr);
49 50
  void MarkLiveInstructions();
50 51
  void RemoveDeadInstructions();
51 52
};

Also available in: Unified diff