aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-26 09:49:38 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-26 09:49:38 +0000
commit65c9216a398c319d6817dbad3086346da77f3a5d (patch)
treef9ef84d9da53795bf0ed303c4d81fcf9eec8d0df
parentb0ed11f4a0677f934c21c5a7180585bb1ab742a5 (diff)
Add missing semicolumn in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52780 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Transforms/IPO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h
index e2ae9ba3f0..72d9d6055c 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<const char *> &exportList)
+ModulePass *createInternalizePass(const std::vector<const char *> &exportList);
//===----------------------------------------------------------------------===//
/// createDeadArgEliminationPass - This pass removes arguments from functions