commit | 3b52dbd9349f0e8e2536298848793cb3884d6de4 | [log] [tgz] |
---|---|---|
author | Eugene Zemtsov <ezemtsov@google.com> | Mon May 08 21:20:53 2017 +0000 |
committer | Eugene Zemtsov <ezemtsov@google.com> | Mon May 08 21:20:53 2017 +0000 |
tree | b7e438f1cf20f88afacbc86d3fabf11aa5cb1dba | |
parent | 200a5ef5268b7d828f62195a6f55963b10ae221a [diff] [blame] |
Fix typo llvm-svn: 302470
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp index 33f357a..ec5fb08 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
@@ -172,7 +172,7 @@ } } } - veifyDebugInfoReferences(); + verifyDebugInfoReferences(); return NumDebugInfoErrors == 0; }