diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 61fe4d72da9..2b208c7f299 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -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