summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugLine.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-26 01:45:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-26 01:45:06 +0000
commit8090a24bd6369662dfcd9d9df21b9c122238ed10 (patch)
tree6e91c8783ef5d84000cd03e4fde696f1a61ecde1 /lib/DebugInfo/DWARFDebugLine.cpp
parente27a787760ea7c2899da3287002fe8ba316df0d0 (diff)
downloadllvm-8090a24bd6369662dfcd9d9df21b9c122238ed10.tar.gz
llvm-8090a24bd6369662dfcd9d9df21b9c122238ed10.tar.bz2
llvm-8090a24bd6369662dfcd9d9df21b9c122238ed10.tar.xz
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
Diffstat (limited to 'lib/DebugInfo/DWARFDebugLine.cpp')
-rw-r--r--lib/DebugInfo/DWARFDebugLine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DebugInfo/DWARFDebugLine.cpp b/lib/DebugInfo/DWARFDebugLine.cpp
index 7b32d4fe9e..192381c6f7 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