summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ConstantRange.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-14 21:35:53 +0000
committerChris Lattner <sabre@nondot.org>2003-12-14 21:35:53 +0000
commitc9499b6a20b175ecb7080e110b96ea79cc1c311e (patch)
tree86ae16685cf4c5ce4208d62ad208976369023ed6 /llvm/lib/Support/ConstantRange.cpp
parentdd978ce8c53447f16d883be6493afc894042124d (diff)
downloadbcm5719-llvm-c9499b6a20b175ecb7080e110b96ea79cc1c311e.tar.gz
bcm5719-llvm-c9499b6a20b175ecb7080e110b96ea79cc1c311e.zip
Finegrainify namespacification
llvm-svn: 10464
Diffstat (limited to 'llvm/lib/Support/ConstantRange.cpp')
-rw-r--r--llvm/lib/Support/ConstantRange.cpp5
1 files changed, 1 insertions, 4 deletions
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
OpenPOWER on IntegriCloud