mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename get() -> unbridged() on bridging wrappers
This commit is contained in:
@@ -541,7 +541,7 @@ static bool passesRegistered = false;
|
||||
// Called from initializeSwiftModules().
|
||||
void SILCombine_registerInstructionPass(BridgedStringRef instClassName,
|
||||
BridgedInstructionPassRunFn runFn) {
|
||||
swiftInstPasses[instClassName.get()] = runFn;
|
||||
swiftInstPasses[instClassName.unbridged()] = runFn;
|
||||
passesRegistered = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user