Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / Utils / SSAUpdater.cpp
index 88b39dd7f6640bb6805974bdb8d7fcf9e04c6f00..c098898758053995f988c8c1e891c454bc2bdf21 100644 (file)
@@ -303,7 +303,7 @@ public:
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 /// Check to see if AvailableVals has an entry for the specified BB and if so,
 /// return it.  If not, construct SSA form by first calculating the required