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/ConstantRange.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llvm/lib/Support/ConstantRange.cpp') diff --git a/llvm/lib/Support/ConstantRange.cpp b/llvm/lib/Support/ConstantRange.cpp index e180f12a1a0..7b45d20b533 100644 --- a/llvm/lib/Support/ConstantRange.cpp +++ b/llvm/lib/Support/ConstantRange.cpp @@ -25,8 +25,7 @@ #include "llvm/Type.h" #include "llvm/Instruction.h" #include "llvm/ConstantHandling.h" - -namespace llvm { +using namespace llvm; /// Initialize a full (the default) or empty set for the specified type. /// @@ -250,5 +249,3 @@ void ConstantRange::print(std::ostream &OS) const { void ConstantRange::dump() const { print(std::cerr); } - -} // End llvm namespace -- cgit v1.2.3