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

@@ -440,6 +440,8 @@ class SILCodeMotion : public SILFunctionTransform {
if (Changed)
invalidateAnalysis(SILAnalysis::InvalidationKind::Instructions);
}
StringRef getName() override { return "SIL Code Motion"; }
};
SILTransform *swift::createCodeMotion() {