mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
This method is no longer static
llvm-svn: 24280
This commit is contained in:
parent
e84264b303
commit
5b0d543080
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user