[llvm-commits] CVS: llvm/include/llvm/Support/Mangler.h

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 10 10:55:21 PST 2005



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






More information about the llvm-commits mailing list