aboutsummaryrefslogtreecommitdiff
path: root/utils/Misc/mergefunctions.clang.svn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Misc/mergefunctions.clang.svn.patch')
-rw-r--r--utils/Misc/mergefunctions.clang.svn.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/Misc/mergefunctions.clang.svn.patch b/utils/Misc/mergefunctions.clang.svn.patch
deleted file mode 100644
index 6e2f0f522798..000000000000
--- a/utils/Misc/mergefunctions.clang.svn.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: lib/CodeGen/BackendUtil.cpp
-===================================================================
---- lib/CodeGen/BackendUtil.cpp (revision 191330)
-+++ lib/CodeGen/BackendUtil.cpp (working copy)
-@@ -336,6 +336,9 @@
- MPM->add(createStripSymbolsPass(true));
- }
-
-+ // Force MergeFunctions pass.
-+ MPM->add(createMergeFunctionsPass());
-+
- PMBuilder.populateModulePassManager(*MPM);
- }
-