mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Revert "[DWARF] Fix a few corner cases in expression emission"
This reverts commit r239380 due to apparently GDB regressions: http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/22562 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -83,9 +83,6 @@ public:
|
||||
bool AddMachineRegPiece(unsigned MachineReg, unsigned PieceSizeInBits = 0,
|
||||
unsigned PieceOffsetInBits = 0);
|
||||
|
||||
/// Emit a DW_OP_stack_value
|
||||
void AddOpStackValue();
|
||||
|
||||
/// Emit a signed constant.
|
||||
void AddSignedConstant(int Value);
|
||||
/// Emit an unsigned constant.
|
||||
|
Reference in New Issue
Block a user