Add missing semicolumn in my last commit.

llvm-svn: 52780
This commit is contained in:
Matthijs Kooijman 2008-06-26 09:49:38 +00:00
parent 1b60621ac9
commit b032fedf7d
1 changed files with 1 additions and 1 deletions

View 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