mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Add missing semicolumn in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0ed11f4a0
commit
65c9216a39
@ -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