diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86WinAllocaExpander.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86WinAllocaExpander.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86WinAllocaExpander.cpp b/llvm/lib/Target/X86/X86WinAllocaExpander.cpp index 9f22ca1fd15..fc08f1582ad 100644 --- a/llvm/lib/Target/X86/X86WinAllocaExpander.cpp +++ b/llvm/lib/Target/X86/X86WinAllocaExpander.cpp @@ -63,7 +63,7 @@ private: unsigned SlotSize; int64_t StackProbeSize; - const char *getPassName() const override { return "X86 WinAlloca Expander"; } + StringRef getPassName() const override { return "X86 WinAlloca Expander"; } static char ID; }; |