DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 26 Jan 2013 01:45:06 +0000 (01:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 26 Jan 2013 01:45:06 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173552 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFDebugLine.cpp

index 7b32d4fe9ed97cdf48f968981862fdd22f987546..192381c6f7c62706839a447f5a617e88595a0bc8 100644 (file)
@@ -597,6 +597,8 @@ DWARFDebugLine::LineTable::lookupAddressRange(uint64_t address,
 
     ++seq_pos;
   }
+
+  return true;
 }
 
 bool