We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::map
llvm::MapVector
1 parent 9f9797b commit ad05191Copy full SHA for ad05191
IGC/AdaptorCommon/LegalizeFunctionSignatures.h
@@ -45,5 +45,5 @@ class LegalizeFunctionSignatures : public llvm::ModulePass
45
}
46
47
private:
48
- std::map<llvm::Function*, llvm::Function*> oldToNewFuncMap;
+ llvm::MapVector<llvm::Function*, llvm::Function*> oldToNewFuncMap;
49
};
0 commit comments