Skip to content

Commit 64e844a

Browse files
Update StableFunctionMap.h
1 parent ce16eb4 commit 64e844a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/CGData/StableFunctionMap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ struct StableFunction {
4242
StableFunction(stable_hash Hash, const std::string FunctionName,
4343
const std::string ModuleName, unsigned InstCount,
4444
IndexOperandHashVecType &&IndexOperandHashes)
45-
: Hash(Hash), FunctionName(std::move(FunctionName)),
46-
ModuleName(std::move(ModuleName)), InstCount(InstCount),
45+
: Hash(Hash), FunctionName(FunctionName), ModuleName(ModuleName),
46+
InstCount(InstCount),
4747
IndexOperandHashes(std::move(IndexOperandHashes)) {}
4848
StableFunction() = default;
4949
};

0 commit comments

Comments
 (0)