From 2cdd21c2e4d855500dfb53f77aa74da53ccf9de6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Dec 2003 21:35:53 +0000 Subject: Finegrainify namespacification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10464 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Annotation.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Support/Annotation.cpp') diff --git a/lib/Support/Annotation.cpp b/lib/Support/Annotation.cpp index b88624dd1f..bcd196da44 100644 --- a/lib/Support/Annotation.cpp +++ b/lib/Support/Annotation.cpp @@ -13,8 +13,7 @@ #include #include "Support/Annotation.h" - -namespace llvm { +using namespace llvm; typedef std::map IDMapType; static unsigned IDCounter = 0; // Unique ID counter @@ -96,5 +95,3 @@ Annotation *AnnotationManager::createAnnotation(AnnotationID ID, if (I == getFactMap().end()) return 0; return I->second.first(ID, Obj, I->second.second); } - -} // End llvm namespace -- cgit v1.2.3-18-g5258