| Index: src/IceTargetLowering.h
|
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
|
| index 8620ac2f417045ae407d9d6b7c4ca680c5821414..7184ff00a8f5735856d7ab7671dba3bb6f3b140b 100644
|
| --- a/src/IceTargetLowering.h
|
| +++ b/src/IceTargetLowering.h
|
| @@ -282,6 +282,7 @@ protected:
|
|
|
| virtual void doAddressOptLoad() {}
|
| virtual void doAddressOptStore() {}
|
| + virtual void doMockBoundsCheck(Operand *) {}
|
| virtual void randomlyInsertNop(float Probability,
|
| RandomNumberGenerator &RNG) = 0;
|
| /// This gives the target an opportunity to post-process the lowered
|
|
|