[sil-cse] Add CSE support for open_existential_ref

This commit is contained in:
Roman Levenstein
2016-07-11 16:02:42 -07:00
parent e9dca6597b
commit cfdc9439ce
3 changed files with 184 additions and 6 deletions

View File

@@ -620,6 +620,10 @@ namespace {
}
bool visitMarkDependenceInst(const MarkDependenceInst *RHS) {
return true;
}
bool visitOpenExistentialRefInst(const OpenExistentialRefInst *RHS) {
return true;
}