mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-06 17:24:34 +00:00
More explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40673 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -31,8 +31,8 @@ namespace {
|
||||
/// specified function. Otherwise, it deletes as much of the module as
|
||||
/// possible, except for the function specified.
|
||||
///
|
||||
FunctionExtractorPass(Function *F = 0, bool deleteFn = true,
|
||||
bool relinkCallees = false)
|
||||
explicit FunctionExtractorPass(Function *F = 0, bool deleteFn = true,
|
||||
bool relinkCallees = false)
|
||||
: ModulePass((intptr_t)&ID), Named(F), deleteFunc(deleteFn),
|
||||
reLink(relinkCallees) {}
|
||||
|
||||
|
Reference in New Issue
Block a user