Skip to content

Commit dbf9c38

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CGData/StableFunctionMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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(FunctionName), ModuleName(ModuleName),
45+
: Hash(Hash), FunctionName(FunctionName), ModuleName(ModuleName),
4646
InstCount(InstCount),
4747
IndexOperandHashes(std::move(IndexOperandHashes)) {}
4848
StableFunction() = default;

0 commit comments

Comments
 (0)