Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.15 -> 1.16 --- Log message: This method is no longer static --- Diffs of the changes: (+1 -2) Mangler.h | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/include/llvm/Support/Mangler.h diff -u llvm/include/llvm/Support/Mangler.h:1.15 llvm/include/llvm/Support/Mangler.h:1.16 --- llvm/include/llvm/Support/Mangler.h:1.15 Thu Nov 10 12:46:57 2005 +++ llvm/include/llvm/Support/Mangler.h Thu Nov 10 12:55:09 2005 @@ -65,8 +65,7 @@ /// 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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits