Use a continue to reduce indentation.
[oota-llvm.git] / lib / CodeGen / DeadMachineInstructionElim.cpp
index efaf47c40c8207d7d68e73c95ad7a6a3ecf5ca5e..963d573ea7f055e78cfb44b39cdcd0adf2e8d320 100644 (file)
@@ -45,7 +45,7 @@ namespace {
   private:
     bool isDead(const MachineInstr *MI) const;
   };
-} // namespace
+}
 char DeadMachineInstructionElim::ID = 0;
 char &llvm::DeadMachineInstructionElimID = DeadMachineInstructionElim::ID;