| Index: src/IceTargetLowering.h
|
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
|
| index f35983f1846e6bf9ed43ff05a238bb470cbfd241..32fdc442e4dc79eafe0806f59c83e1ff877f179a 100644
|
| --- a/src/IceTargetLowering.h
|
| +++ b/src/IceTargetLowering.h
|
| @@ -186,6 +186,7 @@ public:
|
| virtual IceString getRegName(SizeT RegNum, Type Ty) const = 0;
|
|
|
| virtual bool hasFramePointer() const { return false; }
|
| + virtual SizeT getStackReg() const = 0;
|
| virtual SizeT getFrameOrStackReg() const = 0;
|
| virtual size_t typeWidthInBytesOnStack(Type Ty) const = 0;
|
|
|
|
|