Sink the return instruction collection until after we're done deleting
[oota-llvm.git] / lib / VMCore / LeaksContext.h
index abff090b87963ff4701cd50863b73d9f3db5b054..b9e59d46b7ad62791449180931fd20aacf30017c 100644 (file)
@@ -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;
 };
+
+}