diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/BlockProfiling.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/BlockProfiling.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Transforms/Instrumentation/BlockProfiling.cpp b/lib/Transforms/Instrumentation/BlockProfiling.cpp index 90ef14df7e..7b38d70d9e 100644 --- a/lib/Transforms/Instrumentation/BlockProfiling.cpp +++ b/lib/Transforms/Instrumentation/BlockProfiling.cpp @@ -24,8 +24,7 @@ #include "llvm/Instructions.h" #include "llvm/Module.h" #include "llvm/Pass.h" - -namespace llvm { +using namespace llvm; static void insertInitializationCall(Function *MainFn, const char *FnName, GlobalValue *Array) { @@ -184,4 +183,3 @@ bool BlockProfiler::run(Module &M) { return true; } -} // End llvm namespace |