diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-24 08:23:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-24 08:23:53 +0000 |
commit | 8baaa4f0b646af15caba37f297232306688f60e1 (patch) | |
tree | e3aed1935cb0e88e8041db61454766e8e62c92a0 /include/llvm/Support | |
parent | 296dfe3b8a42568bab661d5c06ecc4c645385fc9 (diff) | |
download | external_llvm-8baaa4f0b646af15caba37f297232306688f60e1.zip external_llvm-8baaa4f0b646af15caba37f297232306688f60e1.tar.gz external_llvm-8baaa4f0b646af15caba37f297232306688f60e1.tar.bz2 |
change proto slightly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r-- | include/llvm/Support/Mangler.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |