We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e2b0d commit 717b017Copy full SHA for 717b017
include/swift/SIL/SILCloner.h
@@ -88,8 +88,6 @@ class SILCloner : protected SILVisitor<ImplClass> {
88
return asImpl().remapLocation(Loc);
89
}
90
const SILDebugScope *getOpScope(const SILDebugScope *DS) {
91
- if (DS && !asImpl().remapScope(DS))
92
- asImpl().remapScope(DS);
93
return asImpl().remapScope(DS);
94
95
Substitution getOpSubstitution(Substitution sub) {
0 commit comments