Changes in directory llvm/include/llvm:

Function.h updated: 1.69 -> 1.70
---
Log message:

For PR645: http://llvm.org/PR645 :
Remove the Function::renameLocalSymbols function as it is no longer
needed.


---
Diffs of the changes:  (+0 -7)

 Function.h |    7 -------
 1 files changed, 7 deletions(-)


Index: llvm/include/llvm/Function.h
diff -u llvm/include/llvm/Function.h:1.69 llvm/include/llvm/Function.h:1.70
--- llvm/include/llvm/Function.h:1.69   Sat Jan  6 01:24:43 2007
+++ llvm/include/llvm/Function.h        Fri Jan 26 02:01:30 2007
@@ -111,13 +111,6 @@
   unsigned getCallingConv() const { return CallingConvention; }
   void setCallingConv(unsigned CC) { CallingConvention = CC; }
 
-  /// renameLocalSymbols - This method goes through the Function's symbol table
-  /// and renames any symbols that conflict with symbols at global scope.  This
-  /// is required before printing out to a textual form, to ensure that there 
is
-  /// no ambiguity when parsing.
-  void renameLocalSymbols();
-
-
   /// deleteBody - This method deletes the body of the function, and converts
   /// the linkage to external.
   ///



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to