Propagate changes from my local tree. This patch includes:
[oota-llvm.git] / include / llvm / Transforms / IPO.h
index 44ffa473e4aea2d64a6adb911e2c23e31511ed19..b24857e967f14a0a5300f1917c69895e3a1dd99b 100644 (file)
@@ -82,7 +82,8 @@ ModulePass *createGlobalDCEPass();
 /// 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);
+ModulePass *createFunctionExtractionPass(Function *F, bool deleteFn = false,
+                                         bool relinkCallees = false);
 
 
 //===----------------------------------------------------------------------===//