From b032fedf7d1f266ba3df5e5296cf51a4fb0843c1 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 26 Jun 2008 09:49:38 +0000 Subject: [PATCH] Add missing semicolumn in my last commit. llvm-svn: 52780 --- llvm/include/llvm/Transforms/IPO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Transforms/IPO.h b/llvm/include/llvm/Transforms/IPO.h index e2ae9ba3f0ab..72d9d6055cc1 100644 --- a/llvm/include/llvm/Transforms/IPO.h +++ b/llvm/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