From: Matthijs Kooijman Date: Thu, 26 Jun 2008 09:49:38 +0000 (+0000) Subject: Add missing semicolumn in my last commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=65c9216a398c319d6817dbad3086346da77f3a5d;p=oota-llvm.git Add missing semicolumn in my last commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52780 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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