diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Transforms/IPO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index 7898b46..e85628f 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<BasicBlock*> &BTNE); +ModulePass *createBlockExtractorPass(std::vector<BasicBlock*> &BTNE); } // End llvm namespace |