mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -74,7 +74,7 @@ public:
|
||||
/// if we just have a Module. Note that the ModuleProvider takes ownership of
|
||||
/// the Module specified.
|
||||
struct ExistingModuleProvider : public ModuleProvider {
|
||||
ExistingModuleProvider(Module *M) {
|
||||
explicit ExistingModuleProvider(Module *M) {
|
||||
TheModule = M;
|
||||
}
|
||||
bool materializeFunction(Function *F, std::string *ErrInfo = 0) {
|
||||
|
Reference in New Issue
Block a user