aboutsummaryrefslogtreecommitdiff
path: root/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
commit0fc052c36f162852fd7c02acba73da0a2fce43fb (patch)
tree148f362202409ac251e3bb590328187926ad71f3 /lib/Target/CBackend/CBackend.cpp
parent43276ee2803262aaa85bea23b1a100ded33b0ae9 (diff)
For PR645:
Remove the Function::renameLocalSymbols function as it is no longer needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend/CBackend.cpp')
-rw-r--r--lib/Target/CBackend/CBackend.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp
index 737a346ca4..9faba6bd81 100644
--- a/lib/Target/CBackend/CBackend.cpp
+++ b/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;