summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExecutionDriver.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/ExecutionDriver.cpp
parent1f018c2d01bd190f883ff6df02bb793c25e7b205 (diff)
downloadbcm5719-llvm-2f1aa118a4a81fbdc200c42bf7e4c9fe5ce30705.tar.gz
bcm5719-llvm-2f1aa118a4a81fbdc200c42bf7e4c9fe5ce30705.zip
finegrainify namespacification
llvm-svn: 10839
Diffstat (limited to 'llvm/tools/bugpoint/ExecutionDriver.cpp')
-rw-r--r--llvm/tools/bugpoint/ExecutionDriver.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/llvm/tools/bugpoint/ExecutionDriver.cpp b/llvm/tools/bugpoint/ExecutionDriver.cpp
index 9a3bd550555..e9e21d0aa2a 100644
--- a/llvm/tools/bugpoint/ExecutionDriver.cpp
+++ b/llvm/tools/bugpoint/ExecutionDriver.cpp
@@ -29,7 +29,6 @@ BUGPOINT NOTES:
#include "llvm/Support/ToolRunner.h"
#include <fstream>
#include <iostream>
-
using namespace llvm;
namespace {
@@ -61,12 +60,12 @@ namespace {
}
namespace llvm {
-
-// Anything specified after the --args option are taken as arguments to the
-// program being debugged.
-cl::list<std::string>
-InputArgv("args", cl::Positional, cl::desc("<program arguments>..."),
- cl::ZeroOrMore);
+ // Anything specified after the --args option are taken as arguments to the
+ // program being debugged.
+ cl::list<std::string>
+ InputArgv("args", cl::Positional, cl::desc("<program arguments>..."),
+ cl::ZeroOrMore);
+}
//===----------------------------------------------------------------------===//
// BugDriver method implementation
@@ -237,4 +236,3 @@ bool BugDriver::isExecutingJIT() {
return InterpreterSel == RunJIT;
}
-} // End llvm namespace
OpenPOWER on IntegriCloud