| Index: src/IceTargetLowering.h
|
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
|
| index 37bf12776c25b66a6f95ea61cddb77ea556d71ff..abf6987e204128f2046f6343c33f1cc5b111aba5 100644
|
| --- a/src/IceTargetLowering.h
|
| +++ b/src/IceTargetLowering.h
|
| @@ -375,6 +375,7 @@ protected:
|
| virtual void lowerArithmetic(const InstArithmetic *Instr) = 0;
|
| virtual void lowerAssign(const InstAssign *Instr) = 0;
|
| virtual void lowerBr(const InstBr *Instr) = 0;
|
| + virtual void lowerBreakpoint(const InstBreakpoint *Instr) = 0;
|
| virtual void lowerCall(const InstCall *Instr) = 0;
|
| virtual void lowerCast(const InstCast *Instr) = 0;
|
| virtual void lowerFcmp(const InstFcmp *Instr) = 0;
|
|
|