| Index: src/hydrogen-dce.h
|
| diff --git a/src/hydrogen-dce.h b/src/hydrogen-dce.h
|
| index 19749f279a2e1cb632ba5a300033e5a9f038638f..2d73b380e40831147e5b5e586f0c805d9c45f877 100644
|
| --- a/src/hydrogen-dce.h
|
| +++ b/src/hydrogen-dce.h
|
| @@ -45,7 +45,8 @@ class HDeadCodeEliminationPhase : public HPhase {
|
| }
|
|
|
| private:
|
| - bool MarkLive(HValue* ref, HValue* instr);
|
| + void MarkLive(HValue* instr, ZoneList<HValue*>* worklist);
|
| + void PrintLive(HValue* ref, HValue* instr);
|
| void MarkLiveInstructions();
|
| void RemoveDeadInstructions();
|
| };
|
|
|