finegrainify namespacification
[oota-llvm.git] / tools / bugpoint / OptimizerDriver.cpp
index af9d1e5a9453a5680a1cf982874f6a86f524d718..1d86828ba07b02558fae2c0c2679790068eeb92b 100644 (file)
@@ -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