commit | 4b86cdbb4f767e352304b03fdb92d6cd501479c6 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Sat Jan 26 01:45:06 2013 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Sat Jan 26 01:45:06 2013 +0000 |
tree | 1bbfab08f1335855384c428d0564a406abcd18bd | |
parent | d191472c99687e033a1ed799053c95312a91c10d [diff] [blame] |
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? llvm-svn: 173552
diff --git a/llvm/lib/DebugInfo/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARFDebugLine.cpp index 7b32d4f..192381c 100644 --- a/llvm/lib/DebugInfo/DWARFDebugLine.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugLine.cpp
@@ -597,6 +597,8 @@ ++seq_pos; } + + return true; } bool