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:
36c975c
)
This method is no longer static
author
Chris Lattner
<sabre@nondot.org>
Thu, 10 Nov 2005 18:55:09 +0000
(18:55 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Mangler.h
b/include/llvm/Support/Mangler.h
index 61fe4d72da9cdbea6075668256e012f041139ff7..2b208c7f299d1c572496a8b466a0834c324d3347 100644
(file)
--- a/
include/llvm/Support/Mangler.h
+++ b/
include/llvm/Support/Mangler.h
@@
-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