mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 02:22:31 +00:00
Fix function return type in declaration (bot errors from r254926).
Try to fix bot build errors from r254926 by correcting the function return type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3317c77cea
commit
a16511be95
@ -88,7 +88,7 @@ ModulePass *createGVExtractionPass(std::vector<GlobalValue*>& 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user