diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCQPXLoadSplat.cpp')
| -rw-r--r-- | lib/Target/PowerPC/PPCQPXLoadSplat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCQPXLoadSplat.cpp b/lib/Target/PowerPC/PPCQPXLoadSplat.cpp index bfe20c12974b..8a18ab9e0e9a 100644 --- a/lib/Target/PowerPC/PPCQPXLoadSplat.cpp +++ b/lib/Target/PowerPC/PPCQPXLoadSplat.cpp @@ -44,7 +44,7 @@ namespace { bool runOnMachineFunction(MachineFunction &Fn) override; - const char *getPassName() const override { + StringRef getPassName() const override { return "PowerPC QPX Load Splat Simplification"; } }; |
