summaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-14 03:38:37 +0000
committerChris Lattner <sabre@nondot.org>2004-01-14 03:38:37 +0000
commitfa76183e8e28985dfd17b1d6291c939dab4cbe1d (patch)
tree5898187ef916460b4a0b844abf0ddee8a8bf1879 /tools/bugpoint/OptimizerDriver.cpp
parent277bafbff7384f282c4a409863c220536d6f09b6 (diff)
downloadllvm-fa76183e8e28985dfd17b1d6291c939dab4cbe1d.tar.gz
llvm-fa76183e8e28985dfd17b1d6291c939dab4cbe1d.tar.bz2
llvm-fa76183e8e28985dfd17b1d6291c939dab4cbe1d.tar.xz
finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/OptimizerDriver.cpp')
-rw-r--r--tools/bugpoint/OptimizerDriver.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp
index af9d1e5a94..1d86828ba0 100644
--- a/tools/bugpoint/OptimizerDriver.cpp
+++ b/tools/bugpoint/OptimizerDriver.cpp
@@ -25,8 +25,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
-
-namespace llvm {
+using namespace llvm;
/// writeProgramToFile - This writes the current "Program" to the named bytecode
/// file. If an error occurs, true is returned.
@@ -162,4 +161,3 @@ bool BugDriver::runPasses(const std::vector<const PassInfo*> &Passes,
return !ExitedOK;
}
-} // End llvm namespace