Add missing semicolumn in my last commit.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 26 Jun 2008 09:49:38 +0000 (09:49 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 26 Jun 2008 09:49:38 +0000 (09:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52780 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO.h

index e2ae9ba3f0abb9e8ef0e40ef1dfcab082bbe41c3..72d9d6055cc1c78e714dfad06b7275fbbbab3e23 100644 (file)
@@ -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<const char *> &exportList)
+ModulePass *createInternalizePass(const std::vector<const char *> &exportList);
 
 //===----------------------------------------------------------------------===//
 /// createDeadArgEliminationPass - This pass removes arguments from functions