Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / ARM / Thumb2InstrInfo.h
index 916ab06ec305d60e18efc2b55f50b09d40d2d462..d186dfb2ec91ad310ab9c7b8568bacbd6e1f7273 100644 (file)
@@ -73,6 +73,6 @@ private:
 ARMCC::CondCodes getITInstrPredicate(const MachineInstr *MI, unsigned &PredReg);
 
 
-}
+} // namespace llvm
 
 #endif