This method is no longer static
authorChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 18:55:09 +0000 (18:55 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 18:55:09 +0000 (18:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24280 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Mangler.h

index 61fe4d72da9cdbea6075668256e012f041139ff7..2b208c7f299d1c572496a8b466a0834c324d3347 100644 (file)
@@ -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