aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello/Hello.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-09 06:12:26 +0000
committerChris Lattner <sabre@nondot.org>2004-01-09 06:12:26 +0000
commitf7703df4968084c18c248c1feea9961c19a32e6a (patch)
tree5a3e4830177c09d61c4bf51e8d6ef6338d172196 /lib/Transforms/Hello/Hello.cpp
parent21949d90881e89ab9c7b752f82f51577a1f0c095 (diff)
Finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Hello/Hello.cpp')
-rw-r--r--lib/Transforms/Hello/Hello.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Transforms/Hello/Hello.cpp b/lib/Transforms/Hello/Hello.cpp
index 4ed281a40a..b6262118ef 100644
--- a/lib/Transforms/Hello/Hello.cpp
+++ b/lib/Transforms/Hello/Hello.cpp
@@ -14,8 +14,7 @@
#include "llvm/Pass.h"
#include "llvm/Function.h"
-
-namespace llvm {
+using namespace llvm;
namespace {
// Hello - The first implementation, without getAnalysisUsage.
@@ -41,5 +40,3 @@ namespace {
};
RegisterOpt<Hello2> Y("hello2", "Hello World Pass (with getAnalysisUsage implemented)");
}
-
-} // End llvm namespace