We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0693c4 commit fe961e7Copy full SHA for fe961e7
lib/SILOptimizer/Mandatory/MoveKillsCopyableValuesChecker.cpp
@@ -430,7 +430,6 @@ namespace {
430
class MoveKillsCopyableValuesCheckerPass : public SILFunctionTransform {
431
void run() override {
432
auto *fn = getFunction();
433
- auto &astContext = fn->getASTContext();
434
435
// Don't rerun diagnostics on deserialized functions.
436
if (getFunction()->wasDeserializedCanonical())
0 commit comments