summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
index 2f5a701499d..01f66fa7eac 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
@@ -99,9 +99,6 @@ protected:
SubRegisterOffsetInBits = OffsetInBits;
}
- /// Add masking operations to stencil out a subregister.
- void maskSubRegister();
-
public:
DwarfExpression(unsigned DwarfVersion) : DwarfVersion(DwarfVersion) {}
virtual ~DwarfExpression() {};
@@ -129,10 +126,8 @@ public:
/// is at the top of the DWARF stack.
void AddOpPiece(unsigned SizeInBits, unsigned OffsetInBits = 0);
- /// Emit a shift-right dwarf operation.
+ /// Emit a shift-right dwarf expression.
void AddShr(unsigned ShiftBy);
- /// Emit a bitwise and dwarf operation.
- void AddAnd(unsigned Mask);
/// Emit a DW_OP_stack_value, if supported.
///
OpenPOWER on IntegriCloud