summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2016-04-12 19:44:40 +0000
committerJF Bastien <jfb@google.com>2016-04-12 19:44:40 +0000
commit4734513b3ac583d4eb94f9e939518a86575d4fd5 (patch)
treec3c6dd8d7c207663a89865f1dacd4ec10794c955 /utils
parentcb6c943dc22ee4aa6b6eb4fcd4a6f9bc07aef54d (diff)
Delete mergefunctions.clang.svn.patch
The patch doesn't apply, and was removed from zorg by rL266094. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-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 6e2f0f52279..00000000000
--- 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);
- }
-