Remove comma at the end of enum. Still my favourite C++11 feature.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 Feb 2013 19:15:28 +0000 (19:15 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 Feb 2013 19:15:28 +0000 (19:15 +0000)
llvm-svn: 175372

llvm/include/llvm/IR/Attributes.h

index d3190ff..c0a34a0 100644 (file)
@@ -101,7 +101,7 @@ public:
     UWTable,               ///< Function must be in a unwind table
     ZExt,                  ///< Zero extended before/after call
 
-    EndAttrKinds,          ///< Sentinal value useful for loops
+    EndAttrKinds           ///< Sentinal value useful for loops
   };
 private:
   AttributeImpl *pImpl;