Use StringRef in Pass/PassManager APIs (NFC)
llvm-svn: 283004
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user