summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CBackend/CBackend.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-26 08:01:30 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-26 08:01:30 +0000
commitc4fbcb370b3d2c011f1bafce153f0a905a1bba25 (patch)
tree87cea9a86c5cea0d057b589b4a10781c4b8f1c9d /llvm/lib/Target/CBackend/CBackend.cpp
parenta760b7e1d32d9f962a167fb1ee519ba797065329 (diff)
downloadbcm5719-llvm-c4fbcb370b3d2c011f1bafce153f0a905a1bba25.tar.gz
bcm5719-llvm-c4fbcb370b3d2c011f1bafce153f0a905a1bba25.zip
For PR645:
Remove the Function::renameLocalSymbols function as it is no longer needed. llvm-svn: 33522
Diffstat (limited to 'llvm/lib/Target/CBackend/CBackend.cpp')
-rw-r--r--llvm/lib/Target/CBackend/CBackend.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/CBackend/CBackend.cpp b/llvm/lib/Target/CBackend/CBackend.cpp
index 737a346ca48..9faba6bd816 100644
--- a/llvm/lib/Target/CBackend/CBackend.cpp
+++ b/llvm/lib/Target/CBackend/CBackend.cpp
@@ -99,9 +99,6 @@ namespace {
// 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;
OpenPOWER on IntegriCloud