aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CBackend.cpp
diff options
context:
space:
mode:
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;