Use StringRef in Pass/PassManager APIs (NFC)

llvm-svn: 283004
This commit is contained in:
Mehdi Amini
2016-10-01 02:56:57 +00:00
parent 86eeda8e20
commit 117296c0a0
217 changed files with 260 additions and 398 deletions

View File

@@ -148,7 +148,7 @@ public:
bool runOnFunction(Function &F) override;
const char *getPassName() const override {
StringRef getPassName() const override {
return "GPU Load and Store Vectorizer";
}