mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Optimizer: fix spelling of the Simplifiable protocol
Rename `Simplifyable` -> `Simplifiable` NFC
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
import AST
|
||||
import SIL
|
||||
|
||||
extension ClassifyBridgeObjectInst : OnoneSimplifyable, SILCombineSimplifyable {
|
||||
extension ClassifyBridgeObjectInst : OnoneSimplifiable, SILCombineSimplifiable {
|
||||
func simplify(_ context: SimplifyContext) {
|
||||
// Constant fold `classify_bridge_object` to `(false, false)` if the operand is known
|
||||
// to be a swift class.
|
||||
|
||||
Reference in New Issue
Block a user