| Index: src/IceTargetLowering.h
|
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
|
| index 5489b8b069486cd3c9b6c38b79de305f724ec89e..1350afaeaf6fd9b79e0707aff28f43943daa2154 100644
|
| --- a/src/IceTargetLowering.h
|
| +++ b/src/IceTargetLowering.h
|
| @@ -311,6 +311,7 @@ protected:
|
| virtual void lowerOther(const Inst *Instr);
|
|
|
| virtual void genTargetHelperCallFor(Inst *Instr) = 0;
|
| + virtual uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) = 0;
|
|
|
| virtual void doAddressOptLoad() {}
|
| virtual void doAddressOptStore() {}
|
|
|