mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Remove constness from this, it modifies the output stream as does
everything else underneath. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b9da530e3
commit
7dc68db9f0
@ -1796,7 +1796,7 @@ void DwarfDebug::emitDebugInfo() {
|
||||
|
||||
/// emitAbbreviations - Emit the abbreviation section.
|
||||
///
|
||||
void DwarfDebug::emitAbbreviations() const {
|
||||
void DwarfDebug::emitAbbreviations() {
|
||||
// Check to see if it is worth the effort.
|
||||
if (!Abbreviations.empty()) {
|
||||
// Start the debug abbrev section.
|
||||
|
@ -372,7 +372,7 @@ private:
|
||||
|
||||
/// emitAbbreviations - Emit the abbreviation section.
|
||||
///
|
||||
void emitAbbreviations() const;
|
||||
void emitAbbreviations();
|
||||
|
||||
/// emitEndOfLineMatrix - Emit the last address of the section and the end of
|
||||
/// the line matrix.
|
||||
|
Loading…
Reference in New Issue
Block a user