diff options
Diffstat (limited to 'llvm/tools/bugpoint/OptimizerDriver.cpp')
-rw-r--r-- | llvm/tools/bugpoint/OptimizerDriver.cpp | 4 |
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 |