| Index: src/IceTargetLowering.h
|
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
|
| index 605562d138e8c8a605b1410bf2df84ef0886e9a5..f5182251c38a09639c07e72d3fe1be59e9731a86 100644
|
| --- a/src/IceTargetLowering.h
|
| +++ b/src/IceTargetLowering.h
|
| @@ -201,9 +201,11 @@ public:
|
| virtual IceString getRegName(SizeT RegNum, Type Ty) const = 0;
|
|
|
| virtual bool hasFramePointer() const { return false; }
|
| + virtual void setHasFramePointer() = 0;
|
| virtual SizeT getStackReg() const = 0;
|
| virtual SizeT getFrameOrStackReg() const = 0;
|
| virtual size_t typeWidthInBytesOnStack(Type Ty) const = 0;
|
| + virtual uint32_t getStackAlignment() const = 0;
|
|
|
| /// Return whether a 64-bit Variable should be split into a Variable64On32.
|
| virtual bool shouldSplitToVariable64On32(Type Ty) const = 0;
|
|
|