Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / DeadMachineInstructionElim.cpp
index 963d573ea7f055e78cfb44b39cdcd0adf2e8d320..efaf47c40c8207d7d68e73c95ad7a6a3ecf5ca5e 100644 (file)
@@ -45,7 +45,7 @@ namespace {
   private:
     bool isDead(const MachineInstr *MI) const;
   };
-}
+} // namespace
 char DeadMachineInstructionElim::ID = 0;
 char &llvm::DeadMachineInstructionElimID = DeadMachineInstructionElim::ID;