summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-02-16 19:15:28 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-02-16 19:15:28 +0000
commitcae143dc1b996b99f65cceb9bb8337a4b61b0b8a (patch)
treece7d2a0cf280f64812db4d230c925ca656d05abb /llvm
parentb2603ede953f5155a0e00cf537c213482264d99e (diff)
downloadbcm5719-llvm-cae143dc1b996b99f65cceb9bb8337a4b61b0b8a.tar.gz
bcm5719-llvm-cae143dc1b996b99f65cceb9bb8337a4b61b0b8a.zip
Remove comma at the end of enum. Still my favourite C++11 feature.
llvm-svn: 175372
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/IR/Attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Attributes.h b/llvm/include/llvm/IR/Attributes.h
index d3190ffae44..c0a34a01d00 100644
--- a/llvm/include/llvm/IR/Attributes.h
+++ b/llvm/include/llvm/IR/Attributes.h
@@ -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;
OpenPOWER on IntegriCloud