Add an option to enable the SSA based peephole optimizer.
[oota-llvm.git] / lib / VMCore / Instruction.cpp
index 9ca2fedbf4f83afecbb21af0ace6d1820231a42c..2e22bc3641aea224cfedd4a2ccddbde73703062e 100644 (file)
@@ -15,8 +15,7 @@
 #include "llvm/SymbolTable.h"
 #include "llvm/Type.h"
 #include "Support/LeakDetector.h"
-
-namespace llvm {
+using namespace llvm;
 
 Instruction::Instruction(const Type *ty, unsigned it, const std::string &Name,
                          Instruction *InsertBefore)
@@ -165,5 +164,3 @@ bool Instruction::isTrapping(unsigned op) {
     return false;
   }
 }
-
-} // End llvm namespace