change proto slightly
authorChris Lattner <sabre@nondot.org>
Sat, 24 Sep 2005 08:23:53 +0000 (08:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 Sep 2005 08:23:53 +0000 (08:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23420 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Mangler.h

index c5edd3d2a628cfc19eb1c4333112eae607f215c3..3c2050324ddfa2ff4dad6533993cff2ca06e7465 100644 (file)
@@ -64,7 +64,8 @@ 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);
+  static std::string makeNameProper(const std::string &x,
+                                    const char *Prefix = "");
 };
 
 } // End llvm namespace