projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb0de8
)
[DWARF] Delete a stray break and a stray comment. NFC
author
Fangrui Song
<maskray@google.com>
Sat, 23 Mar 2019 16:15:40 +0000
(16:15 +0000)
committer
Fangrui Song
<maskray@google.com>
Sat, 23 Mar 2019 16:15:40 +0000
(16:15 +0000)
llvm-svn: 356838
llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
b/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
index af1924a496682c72c6cba77eec26d494a2c14e43..5ac3326f668163779dc4e2ea7d6d499364f80657 100644
(file)
--- a/
llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
+++ b/
llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
@@
-201,7
+201,6
@@
void RangeListEntry::dump(
case dwarf::DW_RLE_end_of_list:
OS << (DumpOpts.Verbose ? "" : "<End of list>");
break;
- // case dwarf::DW_RLE_base_addressx:
case dwarf::DW_RLE_base_addressx: {
if (auto SA = LookupPooledAddress(Value0))
CurrentBase = SA->Address;
@@
-238,7
+237,7
@@
void RangeListEntry::dump(
Start = SA->Address;
DWARFAddressRange(Start, Start + Value1).dump(OS, AddrSize, DumpOpts);
break;
- }
break;
+ }
default:
llvm_unreachable("Unsupported range list encoding");
}