From b8c5ec086952ad2e572fa14d8922cbd3cb71f27b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 10 Nov 2005 18:55:09 +0000 Subject: [PATCH] This method is no longer static git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24280 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Mangler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 61fe4d72da9..2b208c7f299 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -65,8 +65,7 @@ public: /// does this for you, so there's no point calling it on the result /// from getValueName. /// - static std::string makeNameProper(const std::string &x, - const char *Prefix = ""); + std::string makeNameProper(const std::string &x, const char *Prefix = ""); }; } // End llvm namespace -- 2.34.1