Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
[oota-llvm.git] / include / llvm / ADT / BitSetVector.h
index 954bb79aa53230c59b4ecc6c176a469193abe9bd..619bb0cf5f45d2782dcf8d03dcdee538f441b63e 100644 (file)
@@ -252,7 +252,7 @@ inline std::ostream& operator<< (std::ostream& O, const BitSetVector& bset)
 {
   bset.print(O);
   return O;
-};
+}
 
 
 ///