Chromium Code Reviews| Index: src/IceCfgNode.h |
| diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h |
| index 97ce69c8a34d68eb866adb3275d43001fe38660d..031c76cf3bc1ebcbf1009db19fc08bc5a3eec6e3 100644 |
| --- a/src/IceCfgNode.h |
| +++ b/src/IceCfgNode.h |
| @@ -52,6 +52,7 @@ public: |
| // Manage the instruction list. |
| InstList &getInsts() { return Insts; } |
| + PhiList &getPhis() { return Phis; } |
| void appendInst(Inst *Inst); |
| void renumberInstructions(); |
| // Rough and generally conservative estimate of the number of |