Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / IteratedDominanceFrontier.h
index eea0d81a8889a71c90fa9d4b3f973f994b65fb8b..5a339f10f50fdf347dc3a36aea4543ccfa7bc74e 100644 (file)
@@ -92,5 +92,5 @@ private:
   const SmallPtrSetImpl<BasicBlock *> *DefBlocks;
   SmallVector<BasicBlock *, 32> PHIBlocks;
 };
-} // namespace llvm
+}
 #endif