IR: Create SymbolTableList wrapper around iplist, NFC
[oota-llvm.git] / include / llvm / ADT / SetOperations.h
index b5f41776caf0c819a83c5bd72708b5a9d898b196..71f5db380f6ea24d898dbf99c010f0c06927a880 100644 (file)
@@ -66,6 +66,6 @@ void set_subtract(S1Ty &S1, const S2Ty &S2) {
     S1.erase(*SI);
 }
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif