This method is no longer static

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-11-10 18:55:09 +00:00
parent 36c975c023
commit b8c5ec0869

View File

@ -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