mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Add missing semicolumn in my last commit.
llvm-svn: 52780
This commit is contained in:
parent
151654f100
commit
9b72ea4658
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user