diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-08 11:22:41 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-08 11:22:41 +0000 |
commit | ade616cb5746eb10a43e9771749bc6882959f2a3 (patch) | |
tree | 79d31bf2a1304c923707e31a4812b69704f3912f /llvm/lib/DebugInfo/DWARFDebugLine.cpp | |
parent | e0dc7cb2e258b2fb6fc935a275e2708540f0c83b (diff) | |
download | llvm-ade616cb5746eb10a43e9771749bc6882959f2a3.zip llvm-ade616cb5746eb10a43e9771749bc6882959f2a3.tar.gz llvm-ade616cb5746eb10a43e9771749bc6882959f2a3.tar.bz2 |
Whitespace
llvm-svn: 141483
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugLine.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/DWARFDebugLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARFDebugLine.cpp index c91281c..94efe81 100644 --- a/llvm/lib/DebugInfo/DWARFDebugLine.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugLine.cpp @@ -177,7 +177,7 @@ DWARFDebugLine::parsePrologue(DataExtractor debug_line_data, if (*offset_ptr != end_prologue_offset) { fprintf(stderr, "warning: parsing line table prologue at 0x%8.8x should" - " have ended at 0x%8.8x but it ended ad 0x%8.8x\n", + " have ended at 0x%8.8x but it ended ad 0x%8.8x\n", prologue_offset, end_prologue_offset, *offset_ptr); } return end_prologue_offset; |