mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
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:
parent
36c975c023
commit
b8c5ec0869
@ -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