diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index 7898b464b4a..e85628fba9e 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -142,7 +142,7 @@ ModulePass *createSingleLoopExtractorPass(); // createBlockExtractorPass - This pass extracts all blocks (except those // specified in the argument list) from the functions in the module. // -ModulePass *llvm::createBlockExtractorPass(std::vector &BTNE); +ModulePass *createBlockExtractorPass(std::vector &BTNE); } // End llvm namespace