mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[IRGen/SIL] More widespread use of SubstitutionMap.
This commit is contained in:
@@ -609,7 +609,7 @@ namespace {
|
||||
|
||||
bool visitApplyInst(ApplyInst *RHS) {
|
||||
auto *X = cast<ApplyInst>(LHS);
|
||||
return X->getSubstitutions() == RHS->getSubstitutions();
|
||||
return X->getSubstitutionMap() == RHS->getSubstitutionMap();
|
||||
}
|
||||
|
||||
bool visitBuiltinInst(BuiltinInst *RHS) {
|
||||
|
||||
Reference in New Issue
Block a user