projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296dfe3
)
change proto slightly
author
Chris Lattner
<sabre@nondot.org>
Sat, 24 Sep 2005 08:23:53 +0000
(08:23 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Mangler.h
b/include/llvm/Support/Mangler.h
index c5edd3d2a628cfc19eb1c4333112eae607f215c3..3c2050324ddfa2ff4dad6533993cff2ca06e7465 100644
(file)
--- 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