diff options
author | Max Kazantsev <max.kazantsev@azul.com> | 2018-12-24 10:30:04 +0000 |
---|---|---|
committer | Max Kazantsev <max.kazantsev@azul.com> | 2018-12-24 10:30:04 +0000 |
commit | 0b455c2b71a1ec923be2fb17dd232131bd30c5a6 (patch) | |
tree | 491a19a4bde041666f866ae09f2b44d5ceadb5c4 /llvm/lib/CodeGen/AsmPrinter/AddressPool.h | |
parent | 4c66df8584538fd99de45ed555ec6d74efd38ab9 (diff) | |
download | bcm5719-llvm-0b455c2b71a1ec923be2fb17dd232131bd30c5a6.tar.gz bcm5719-llvm-0b455c2b71a1ec923be2fb17dd232131bd30c5a6.zip |
Revert rL350048 and rL350050
These patches have broken almost all buildbots on test
DebugInfo/X86/addr_comments.ll. Reverting to green.
llvm-svn: 350052
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AddressPool.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AddressPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AddressPool.h b/llvm/lib/CodeGen/AsmPrinter/AddressPool.h index 44a53b02f48..2209c7eb50e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AddressPool.h +++ b/llvm/lib/CodeGen/AsmPrinter/AddressPool.h @@ -55,7 +55,7 @@ public: void setLabel(MCSymbol *Sym) { AddressTableBaseSym = Sym; } private: - MCSymbol *emitHeader(AsmPrinter &Asm, MCSection *Section); + void emitHeader(AsmPrinter &Asm, MCSection *Section); /// Symbol designates the start of the contribution to the address table. MCSymbol *AddressTableBaseSym = nullptr; |