mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b374d4fd82
commit
b2721e70df
@ -63,7 +63,7 @@ namespace llvmc {
|
||||
}
|
||||
|
||||
int PluginLoader::RunInitialization(LanguageMap& langMap,
|
||||
CompilationGraph& graph) const
|
||||
CompilationGraph& graph) const
|
||||
{
|
||||
llvm::sys::SmartScopedLock<true> Lock(*PluginMutex);
|
||||
for (PluginList::iterator B = Plugins.begin(), E = Plugins.end();
|
||||
|
Loading…
Reference in New Issue
Block a user