mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Swift Optimizer: constant fold builtins in the simplification passes
This commit is contained in:
@@ -202,5 +202,5 @@ final class PlaceholderValue : Value {
|
||||
}
|
||||
|
||||
extension OptionalBridgedValue {
|
||||
var value: Value? { obj.getAs(AnyObject.self) as? Value }
|
||||
public var value: Value? { obj.getAs(AnyObject.self) as? Value }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user