1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

This method is no longer static

llvm-svn: 24280
This commit is contained in:
Chris Lattner 2005-11-10 18:55:09 +00:00
parent e84264b303
commit 5b0d543080

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