blob: 6e2f0f5227985469cac6b4fa491c7fbcb88a8204 [file] [log] [blame]
Stepan Dyatkovskiy33300d92013-09-24 20:06:31 +00001Index: lib/CodeGen/BackendUtil.cpp
2===================================================================
3--- lib/CodeGen/BackendUtil.cpp (revision 191330)
4+++ lib/CodeGen/BackendUtil.cpp (working copy)
5@@ -336,6 +336,9 @@
6 MPM->add(createStripSymbolsPass(true));
7 }
8
9+ // Force MergeFunctions pass.
10+ MPM->add(createMergeFunctionsPass());
11+
12 PMBuilder.populateModulePassManager(*MPM);
13 }
14