Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index 6bf142487eb520aaee58570acef2341a84fbf0ed..a3410eb555167285f51aef65f6fa503f0379b744 100644 |
--- a/src/IceTargetLowering.h |
+++ b/src/IceTargetLowering.h |
@@ -137,6 +137,8 @@ public: |
virtual bool hasFramePointer() const { return false; } |
virtual SizeT getFrameOrStackReg() const = 0; |
virtual size_t typeWidthInBytesOnStack(Type Ty) const = 0; |
+ virtual SizeT getBundleAlignLog2Bytes() const = 0; |
+ virtual llvm::ArrayRef<uint8_t> getNonExecBundlePadding() const = 0; |
bool hasComputedFrame() const { return HasComputedFrame; } |
bool shouldDoNopInsertion() const; |
int32_t getStackAdjustment() const { return StackAdjustment; } |