[llvm-commits] [llvm] r52780 - /llvm/trunk/include/llvm/Transforms/IPO.h

Matthijs Kooijman matthijs at stdin.nl
Thu Jun 26 02:49:39 PDT 2008


Author: matthijs
Date: Thu Jun 26 04:49:38 2008
New Revision: 52780

URL: http://llvm.org/viewvc/llvm-project?rev=52780&view=rev
Log:
Add missing semicolumn in my last commit.

Modified:
    llvm/trunk/include/llvm/Transforms/IPO.h

Modified: llvm/trunk/include/llvm/Transforms/IPO.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/IPO.h?rev=52780&r1=52779&r2=52780&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Transforms/IPO.h (original)
+++ llvm/trunk/include/llvm/Transforms/IPO.h Thu Jun 26 04:49:38 2008
@@ -118,7 +118,7 @@
 ///
 /// 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





More information about the llvm-commits mailing list