Home | History | Annotate | Download | only in Misc
      1 Index: 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  
     15