forked from OSchip/llvm-project
parent
cc1d38160d
commit
7cd3c2d151
|
@ -64,7 +64,8 @@ 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);
|
||||
static std::string makeNameProper(const std::string &x,
|
||||
const char *Prefix = "");
|
||||
};
|
||||
|
||||
} // End llvm namespace
|
||||
|
|
Loading…
Reference in New Issue