diff options
-rw-r--r-- | include/llvm/Support/Mangler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 61fe4d72da..2b208c7f29 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 |