summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2f1aa118a4a81fbdc200c42bf7e4c9fe5ce30705 (patch)
treebbd5fa12950d7e014746d295b28729ed33165d42 /llvm/tools/bugpoint/OptimizerDriver.cpp
parent1f018c2d01bd190f883ff6df02bb793c25e7b205 (diff)
downloadbcm5719-llvm-2f1aa118a4a81fbdc200c42bf7e4c9fe5ce30705.tar.gz
bcm5719-llvm-2f1aa118a4a81fbdc200c42bf7e4c9fe5ce30705.zip
finegrainify namespacification
llvm-svn: 10839
Diffstat (limited to 'llvm/tools/bugpoint/OptimizerDriver.cpp')
-rw-r--r--llvm/tools/bugpoint/OptimizerDriver.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp
index af9d1e5a945..1d86828ba07 100644
--- a/llvm/tools/bugpoint/OptimizerDriver.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud