mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
Fine grainify namespaceification
llvm-svn: 10093
This commit is contained in:
parent
541c95842f
commit
8c11d31e35
@ -26,10 +26,11 @@
|
||||
#include "Support/Statistic.h"
|
||||
#include "Support/DynamicLinker.h"
|
||||
#include "Config/dlfcn.h"
|
||||
using namespace llvm;
|
||||
|
||||
namespace llvm {
|
||||
|
||||
Statistic<> NumInitBytes("lli", "Number of bytes of global vars initialized");
|
||||
namespace {
|
||||
Statistic<> NumInitBytes("lli", "Number of bytes of global vars initialized");
|
||||
}
|
||||
|
||||
ExecutionEngine::ExecutionEngine(ModuleProvider *P) :
|
||||
CurMod(*P->getModule()), MP(P) {
|
||||
@ -391,5 +392,3 @@ void ExecutionEngine::emitGlobals() {
|
||||
if (!I->isExternal())
|
||||
InitializeMemory(I->getInitializer(), GlobalAddress[I]);
|
||||
}
|
||||
|
||||
} // End llvm namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user