finegrainify namespacification
[oota-llvm.git] / lib / Support / ConstantRange.cpp
index e180f12a1a045f2b7fa14fa731c90bc8d266e081..7b45d20b5331d32408177ae4936c57d3ea1dbfa3 100644 (file)
@@ -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