Fix a copy-and-paste mistake. Give the pass a real name. NFC.

Swift SVN r20945
This commit is contained in:
Nadav Rotem
2014-08-02 04:10:59 +00:00
parent a805b4bfaa
commit 5eebe943bc

View File

@@ -1021,7 +1021,7 @@ namespace {
}
}
StringRef getName() override { return "Devirtualization"; }
StringRef getName() override { return "Inline Caches"; }
};
} // end anonymous namespace