1 Index: lib/CodeGen/BackendUtil.cpp
2 ===================================================================
3 --- lib/CodeGen/BackendUtil.cpp (revision 191330)
4 +++ lib/CodeGen/BackendUtil.cpp (working copy)
6 MPM->add(createStripSymbolsPass(true));
9 + // Force MergeFunctions pass.
10 + MPM->add(createMergeFunctionsPass());
12 PMBuilder.populateModulePassManager(*MPM);