X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FTransforms%2FIPO.h;h=04032d3b328a62f77c4e8453df2b6d0e908ad3ee;hp=eabf0556babd49d97b54cf4fb8d2cb8db5a8b12c;hb=a16511be95e9579b1a60497ae5fe70ac41b552b1;hpb=3317c77cea4b033fa0dc447e6b008dc1e9278094 diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index eabf0556bab..04032d3b328 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -88,7 +88,7 @@ ModulePass *createGVExtractionPass(std::vector& GVs, bool //===----------------------------------------------------------------------===// /// This pass performs iterative function importing from other modules. -ModulePass *createFunctionImportPass(FunctionInfoIndex *Index = nullptr); +Pass *createFunctionImportPass(FunctionInfoIndex *Index = nullptr); //===----------------------------------------------------------------------===// /// createFunctionInliningPass - Return a new pass object that uses a heuristic