diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index e2ae9ba3f0a..72d9d6055cc 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -118,7 +118,7 @@ ModulePass *createInternalizePass(bool AllButMain); /// /// Note that commandline options that are used with the above function are not /// used now! Also, when exportList is empty, nothing is internalized. -ModulePass *createInternalizePass(const std::vector &exportList) +ModulePass *createInternalizePass(const std::vector &exportList); //===----------------------------------------------------------------------===// /// createDeadArgEliminationPass - This pass removes arguments from functions