Index: include/llvm/Transforms/IPO.h =================================================================== RCS file: /var/cvs/llvm/llvm/include/llvm/Transforms/IPO.h,v retrieving revision 1.36 diff -u -r1.36 IPO.h --- include/llvm/Transforms/IPO.h 7 Oct 2004 04:12:02 -0000 1.36 +++ include/llvm/Transforms/IPO.h 18 Oct 2004 09:40:06 -0000 @@ -142,7 +142,7 @@ // 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