[llvm-commits] CVS: llvm/lib/Target/CBackend/CBackend.cpp

Reid Spencer reid at x10sys.com
Fri Jan 26 00:01:49 PST 2007



Changes in directory llvm/lib/Target/CBackend:

CBackend.cpp updated: 1.319 -> 1.320
---
Log message:

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


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

 CBackend.cpp |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/Target/CBackend/CBackend.cpp
diff -u llvm/lib/Target/CBackend/CBackend.cpp:1.319 llvm/lib/Target/CBackend/CBackend.cpp:1.320
--- llvm/lib/Target/CBackend/CBackend.cpp:1.319	Tue Jan 16 12:02:45 2007
+++ llvm/lib/Target/CBackend/CBackend.cpp	Fri Jan 26 02:01:30 2007
@@ -99,9 +99,6 @@
       // Output all floating point constants that cannot be printed accurately.
       printFloatingPointConstants(F);
 
-      // Ensure that no local symbols conflict with global symbols.
-      F.renameLocalSymbols();
-
       printFunction(F);
       FPConstantMap.clear();
       return false;






More information about the llvm-commits mailing list