From 8baaa4f0b646af15caba37f297232306688f60e1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 24 Sep 2005 08:23:53 +0000 Subject: change proto slightly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23420 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Mangler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/llvm/Support') diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index c5edd3d..3c20503 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -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 -- cgit v1.1