Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Target / ARM / ARMBaseInstrInfo.cpp
index f2b7a6419be36d2c6d6d231c4807a1aca4857903..b3329e62977370454e3a6765b48c1ea3a13ab5cc 100644 (file)
@@ -594,7 +594,7 @@ template <> bool IsCPSRDead<MachineInstr>(MachineInstr *MI) {
   // all definitions of CPSR are dead
   return true;
 }
-} // namespace llvm
+}
 
 /// GetInstSize - Return the size of the specified MachineInstr.
 ///