Addedum to r80712, forgot to add files.
authorAndreas Neustifter <astifter-llvm@gmx.at>
Tue, 1 Sep 2009 19:05:58 +0000 (19:05 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Tue, 1 Sep 2009 19:05:58 +0000 (19:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80713 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LinkAllPasses.h
include/llvm/Transforms/Instrumentation.h

index 8d935576e7b4e61958b3b03108a1bf24f5381c0e..208010602473dd886a9d4fc0e4a4c4f9454b6891 100644 (file)
@@ -64,6 +64,7 @@ namespace {
       (void) llvm::createDeadStoreEliminationPass();
       (void) llvm::createDeadTypeEliminationPass();
       (void) llvm::createEdgeProfilerPass();
+      (void) llvm::createOptimalEdgeProfilerPass();
       (void) llvm::createFunctionInliningPass();
       (void) llvm::createAlwaysInlinerPass();
       (void) llvm::createFunctionProfilerPass();
index 698e248e7e64a77d38d410fccd33d7a8966b2cf5..9794ffd429982701464b92f99a3babc053c7e5ea 100644 (file)
@@ -28,6 +28,9 @@ ModulePass *createBlockProfilerPass();
 // Insert edge profiling instrumentation
 ModulePass *createEdgeProfilerPass();
 
+// Insert optimal edge profiling instrumentation
+ModulePass *createOptimalEdgeProfilerPass();
+
 // Random Sampling Profiling Framework
 ModulePass* createNullProfilerRSPass();
 FunctionPass* createRSProfilingPass();