Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Target / ARM / MLxExpansionPass.cpp
index ca98f696b7ddfe2717a9c18ede3ce2cfab377142..ed2deeaa24c09ae23ee9f32eed2a0fec8e653998 100644 (file)
@@ -71,7 +71,7 @@ namespace {
     bool ExpandFPMLxInstructions(MachineBasicBlock &MBB);
   };
   char MLxExpansion::ID = 0;
-} // namespace
+}
 
 void MLxExpansion::clearStack() {
   std::fill(LastMIs, LastMIs + 4, nullptr);