From: NAKAMURA Takumi Date: Sat, 26 Jan 2013 01:45:06 +0000 (+0000) Subject: DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8090a24bd6369662dfcd9d9df21b9c122238ed10;p=oota-llvm.git DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173552 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/DWARFDebugLine.cpp b/lib/DebugInfo/DWARFDebugLine.cpp index 7b32d4fe9ed..192381c6f7c 100644 --- a/lib/DebugInfo/DWARFDebugLine.cpp +++ b/lib/DebugInfo/DWARFDebugLine.cpp @@ -597,6 +597,8 @@ DWARFDebugLine::LineTable::lookupAddressRange(uint64_t address, ++seq_pos; } + + return true; } bool