diff --git a/include/llvm/CodeGen/DIE.h b/include/llvm/CodeGen/DIE.h index 88b26d72854..7803898a8d4 100644 --- a/include/llvm/CodeGen/DIE.h +++ b/include/llvm/CodeGen/DIE.h @@ -278,6 +278,7 @@ public: void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override; uint64_t getValue() const { return Integer; } + void setValue(uint64_t Val) { Integer = Val; } /// SizeOf - Determine size of integer value in bytes. ///