summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
diff options
context:
space:
mode:
authorIgor Kudrin <ikudrin@accesssoftek.com>2019-08-06 11:12:13 +0000
committerIgor Kudrin <ikudrin@accesssoftek.com>2019-08-06 11:12:13 +0000
commit2836cf0b72aa84e67998e0db7105e783f3a111dc (patch)
tree4efc7147042aa977da595fca8ce539bfc84378ae /llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
parentc6735aecfa750509ae0dfb223f9d458fe4f81b51 (diff)
downloadbcm5719-llvm-2836cf0b72aa84e67998e0db7105e783f3a111dc.tar.gz
bcm5719-llvm-2836cf0b72aa84e67998e0db7105e783f3a111dc.zip
Try to unbreak buildbots after r368014
llvm-svn: 368018
Diffstat (limited to 'llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp')
-rw-r--r--llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp b/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
index 81ab8aa1eb8..b836c795187 100644
--- a/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
+++ b/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
@@ -629,7 +629,7 @@ DWARFDebugNames::NameIndex::getEntry(uint32_t *Offset) const {
uint64_t Offset64 = *Offset;
auto Result = getEntry(&Offset64);
*Offset = Offset64;
- return std::move(Result);
+ return Result;
}
DWARFDebugNames::NameTableEntry
OpenPOWER on IntegriCloud