diff options
Diffstat (limited to 'contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp')
-rw-r--r-- | contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp b/contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp index bfe20c1..8a18ab9 100644 --- a/contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp +++ b/contrib/llvm/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"; } }; |