Silence -Wpessimizing-move warning
authorscentini <rosica@google.com>
Fri, 3 Apr 2020 07:23:59 +0000 (09:23 +0200)
committerscentini <rosica@google.com>
Fri, 3 Apr 2020 07:24:26 +0000 (09:24 +0200)
llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp

index 362301c..09238e3 100644 (file)
@@ -93,7 +93,7 @@ Error DWARFDebugMacro::parse(DataExtractor StringExtractor,
       if (IsMacro) {
         auto Err = M->Header.parseMacroHeader(Data, &Offset);
         if (Err)
-          return std::move(Err);
+          return Err;
       }
     }
     // A macro list entry consists of: