change proto slightly

llvm-svn: 23420
This commit is contained in:
Chris Lattner 2005-09-24 08:23:53 +00:00
parent cc1d38160d
commit 7cd3c2d151
1 changed files with 2 additions and 1 deletions

View File

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