summaryrefslogtreecommitdiffstats
path: root/lib/VMCore/LeaksContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/LeaksContext.h')
-rw-r--r--lib/VMCore/LeaksContext.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/VMCore/LeaksContext.h b/lib/VMCore/LeaksContext.h
index abff090..b9e59d4 100644
--- a/lib/VMCore/LeaksContext.h
+++ b/lib/VMCore/LeaksContext.h
@@ -14,7 +14,8 @@
#include "llvm/Value.h"
#include "llvm/ADT/SmallPtrSet.h"
-using namespace llvm;
+
+namespace llvm {
template <class T>
struct PrinterTrait {
@@ -87,3 +88,5 @@ private:
const T* Cache;
const char* Name;
};
+
+}
OpenPOWER on IntegriCloud