From c9499b6a20b175ecb7080e110b96ea79cc1c311e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Dec 2003 21:35:53 +0000 Subject: Finegrainify namespacification llvm-svn: 10464 --- llvm/lib/Support/Annotation.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llvm/lib/Support/Annotation.cpp') diff --git a/llvm/lib/Support/Annotation.cpp b/llvm/lib/Support/Annotation.cpp index b88624dd1f0..bcd196da448 100644 --- a/llvm/lib/Support/Annotation.cpp +++ b/llvm/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