mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix a copy-and-paste mistake. Give the pass a real name. NFC.
Swift SVN r20945
This commit is contained in:
@@ -1021,7 +1021,7 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
StringRef getName() override { return "Devirtualization"; }
|
||||
StringRef getName() override { return "Inline Caches"; }
|
||||
};
|
||||
|
||||
} // end anonymous namespace
|
||||
|
||||
Reference in New Issue
Block a user