mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[sil-cse] Add CSE support for open_existential_ref
This commit is contained in:
@@ -620,6 +620,10 @@ namespace {
|
||||
}
|
||||
|
||||
bool visitMarkDependenceInst(const MarkDependenceInst *RHS) {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool visitOpenExistentialRefInst(const OpenExistentialRefInst *RHS) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user