Added -sil-print-all and -sil-verify-all options.

Swift SVN r13662
This commit is contained in:
Andrew Trick
2014-02-07 23:07:11 +00:00
parent 2576075210
commit 731000b4cd
29 changed files with 89 additions and 9 deletions

View File

@@ -445,6 +445,8 @@ public:
invalidateAnalysis(SILAnalysis::InvalidationKind::CallGraph);
}
}
StringRef getName() override { return "Generic Specialization"; }
};
SILTransform *swift::createGenericSpecializer() {