Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index da1d3f0ae5d67c9d687416ea4ba43abb4b568e71..3e2243a9f18b0d71fae3f80a464da94be6891b2a 100644 |
--- a/src/IceTargetLowering.h |
+++ b/src/IceTargetLowering.h |
@@ -24,8 +24,6 @@ |
namespace Ice { |
-typedef uint8_t AsmCodeByte; |
- |
class Assembler; |
// LoweringContext makes it easy to iterate through non-deleted |
@@ -165,8 +163,6 @@ 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<AsmCodeByte> getNonExecBundlePadding() const = 0; |
bool hasComputedFrame() const { return HasComputedFrame; } |
bool shouldDoNopInsertion() const; |
// Returns true if this function calls a function that has the |