diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-03-02 04:37:11 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-03-02 04:37:11 +0000 |
commit | 968ceddca9a80197db8c785faf80fa9fc44ef7cd (patch) | |
tree | 8dbdae677d41bfef027a535cd2461b69d0a88163 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 9c26bcca5a09c226ec0d702e8e644ad71188d298 (diff) | |
download | bcm5719-llvm-968ceddca9a80197db8c785faf80fa9fc44ef7cd.tar.gz bcm5719-llvm-968ceddca9a80197db8c785faf80fa9fc44ef7cd.zip |
Revert r230930, it caused PR22747.
llvm-svn: 230932
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 1fa56f57298..1c0e163f5ff 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -577,8 +577,7 @@ public: /// \brief Emit an entry for the debug loc section. This can be used to /// handle an entry that's going to be emitted into the debug loc section. - void emitDebugLocEntry(ByteStreamer &Streamer, - const DebugLocEntry &Entry); + void emitDebugLocEntry(ByteStreamer &Streamer, const DebugLocEntry &Entry); /// \brief emit a single value for the debug loc section. void emitDebugLocValue(ByteStreamer &Streamer, const DebugLocEntry::Value &Value, |