Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / MachineSSAUpdater.cpp
index 71a6ebaba243117aec7b2c54190ba144083f0f30..fd1bf31aa3e56f6a1e9621c2c01577b852bc6224 100644 (file)
@@ -340,7 +340,7 @@ public:
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
 /// for the specified BB and if so, return it.  If not, construct SSA form by