diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Transforms/IPO.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index f9890ac..09ad943 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -79,14 +79,6 @@ ModulePass *createGlobalDCEPass(); //===----------------------------------------------------------------------===// -/// createFunctionExtractionPass - If deleteFn is true, this pass deletes as -/// the specified function. Otherwise, it deletes as much of the module as -/// possible, except for the function specified. -/// -ModulePass *createFunctionExtractionPass(Function *F, bool deleteFn = false, - bool relinkCallees = false); - -//===----------------------------------------------------------------------===// /// createGVExtractionPass - If deleteFn is true, this pass deletes as /// the specified global values. Otherwise, it deletes as much of the module as /// possible, except for the global values specified. |