mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 06:10:48 +00:00
Delete mergefunctions.clang.svn.patch
The patch doesn't apply, and was removed from zorg by rL266094. llvm-svn: 266112
This commit is contained in:
parent
ec17b58f39
commit
15aa6cd737
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user