aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-10 18:55:09 +0000
committerChris Lattner <sabre@nondot.org>2005-11-10 18:55:09 +0000
commitb8c5ec086952ad2e572fa14d8922cbd3cb71f27b (patch)
treed9add2493ec4a2de033b14d3b76fd33c638deb5f /include/llvm/Support
parent36c975c023add62efe1d6cd217d2a02ab01b1034 (diff)
downloadexternal_llvm-b8c5ec086952ad2e572fa14d8922cbd3cb71f27b.zip
external_llvm-b8c5ec086952ad2e572fa14d8922cbd3cb71f27b.tar.gz
external_llvm-b8c5ec086952ad2e572fa14d8922cbd3cb71f27b.tar.bz2
This method is no longer static
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r--include/llvm/Support/Mangler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h
index 61fe4d7..2b208c7 100644
--- 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