forked from OSchip/llvm-project
[PassBuilder] Remove unused function after D113072
This commit is contained in:
parent
4313c56aa3
commit
32eb697c0a
|
@ -580,10 +580,6 @@ Expected<bool> parseLowerMatrixIntrinsicsPassOptions(StringRef Params) {
|
|||
return parseSinglePassOption(Params, "minimal", "LowerMatrixIntrinsics");
|
||||
}
|
||||
|
||||
Expected<bool> parseModuleAddressSanitizerPassOptions(StringRef Params) {
|
||||
return parseSinglePassOption(Params, "kernel", "ModuleAddressSanitizer");
|
||||
}
|
||||
|
||||
Expected<AddressSanitizerOptions> parseASanPassOptions(StringRef Params) {
|
||||
AddressSanitizerOptions Result;
|
||||
while (!Params.empty()) {
|
||||
|
|
Loading…
Reference in New Issue