forked from OSchip/llvm-project
Fix function return type in declaration (bot errors from r254926).
Try to fix bot build errors from r254926 by correcting the function return type. llvm-svn: 254934
This commit is contained in:
parent
f901a57cda
commit
9ed1baed6f
|
|
@ -88,7 +88,7 @@ ModulePass *createGVExtractionPass(std::vector<GlobalValue*>& GVs, bool
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
/// This pass performs iterative function importing from other modules.
|
/// 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
|
/// createFunctionInliningPass - Return a new pass object that uses a heuristic
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue