[llvm-commits] [llvm] r141483 - /llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Sat Oct 8 04:22:41 PDT 2011
Author: chapuni
Date: Sat Oct 8 06:22:41 2011
New Revision: 141483
URL: http://llvm.org/viewvc/llvm-project?rev=141483&view=rev
Log:
Whitespace
Modified:
llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp
Modified: llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp?rev=141483&r1=141482&r2=141483&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp Sat Oct 8 06:22:41 2011
@@ -177,7 +177,7 @@
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;
More information about the llvm-commits
mailing list