Skip to content

Commit ad05191

Browse files
matborzyszkowskiigcbot
authored andcommitted
Replace std::map to llvm::MapVector
Replace `std::map` to `llvm::MapVector`
1 parent 9f9797b commit ad05191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/AdaptorCommon/LegalizeFunctionSignatures.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ class LegalizeFunctionSignatures : public llvm::ModulePass
4545
}
4646

4747
private:
48-
std::map<llvm::Function*, llvm::Function*> oldToNewFuncMap;
48+
llvm::MapVector<llvm::Function*, llvm::Function*> oldToNewFuncMap;
4949
};

0 commit comments

Comments
 (0)