Chromium Code Reviews| Index: src/IceTargetLowering.h |
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
| index 37bf12776c25b66a6f95ea61cddb77ea556d71ff..54b521316a1d6464fe3a4558eac741f86929e8cf 100644 |
| --- a/src/IceTargetLowering.h |
| +++ b/src/IceTargetLowering.h |
| @@ -389,6 +389,7 @@ protected: |
| virtual void lowerStore(const InstStore *Instr) = 0; |
| virtual void lowerSwitch(const InstSwitch *Instr) = 0; |
| virtual void lowerUnreachable(const InstUnreachable *Instr) = 0; |
| + virtual void lowerBreakpoint(const InstBreakpoint *Instr) = 0; |
|
Jim Stichnoth
2016/04/14 20:03:44
sort
Eric Holk
2016/04/15 15:24:26
Done.
|
| virtual void lowerOther(const Inst *Instr); |
| virtual void genTargetHelperCallFor(Inst *Instr) = 0; |