X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FLeaksContext.h;h=b9e59d46b7ad62791449180931fd20aacf30017c;hb=3e2d76c946ba753c2b11af192a52e25b6f9b46ff;hp=abff090b87963ff4701cd50863b73d9f3db5b054;hpb=1cefd7cd07c5e4113a1dcabf834cbcb6026e42dd;p=oota-llvm.git diff --git a/lib/VMCore/LeaksContext.h b/lib/VMCore/LeaksContext.h index abff090b879..b9e59d46b7a 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 struct PrinterTrait { @@ -87,3 +88,5 @@ private: const T* Cache; const char* Name; }; + +}