commit | 117296c0a00860072854dd3fee8cd710b7955cf7 | [log] [tgz] |
---|---|---|
author | Mehdi Amini <mehdi.amini@apple.com> | Sat Oct 01 02:56:57 2016 +0000 |
committer | Mehdi Amini <mehdi.amini@apple.com> | Sat Oct 01 02:56:57 2016 +0000 |
tree | 8607cdf84f087928e123b023d511a39d99e088e6 | |
parent | 86eeda8e20d5aa5a5622a487c56364b4b26c6f3a [diff] [blame] |
Use StringRef in Pass/PassManager APIs (NFC) llvm-svn: 283004
diff --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp index 041fb7b..d3dc401 100644 --- a/llvm/lib/CodeGen/WinEHPrepare.cpp +++ b/llvm/lib/CodeGen/WinEHPrepare.cpp
@@ -62,7 +62,7 @@ void getAnalysisUsage(AnalysisUsage &AU) const override; - const char *getPassName() const override { + StringRef getPassName() const override { return "Windows exception handling preparation"; }