We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcd91a commit 1f8b2b1Copy full SHA for 1f8b2b1
llvm/lib/CodeGenData/CodeGenDataReader.cpp
@@ -75,7 +75,7 @@ Error IndexedCodeGenDataReader::read() {
75
auto *End =
76
reinterpret_cast<const unsigned char *>(DataBuffer->getBufferEnd());
77
if (auto E = IndexedCGData::Header::readFromBuffer(Start).moveInto(Header))
78
- return std::move(E);
+ return E;
79
80
if (hasOutlinedHashTree()) {
81
const unsigned char *Ptr = Start + Header.OutlinedHashTreeOffset;
0 commit comments