| Index: src/IceTargetLoweringARM32.h | 
| diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h | 
| index 9d2b760f20fcbfc6ab4da64af7de690a17cef713..31c1b1fc668b91a03870fd74f4ec2c64221e167f 100644 | 
| --- a/src/IceTargetLoweringARM32.h | 
| +++ b/src/IceTargetLoweringARM32.h | 
| @@ -278,6 +278,7 @@ protected: | 
| Operand *Val); | 
| void lowerAtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr, | 
| Operand *Val); | 
| +  void lowerBreakpoint(const InstBreakpoint *Instr) override; | 
| void lowerIntrinsicCall(const InstIntrinsicCall *Instr) override; | 
| void lowerInsertElement(const InstInsertElement *Instr) override; | 
| void lowerLoad(const InstLoad *Instr) override; | 
|  |