diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-02-16 19:15:28 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-02-16 19:15:28 +0000 |
| commit | cae143dc1b996b99f65cceb9bb8337a4b61b0b8a (patch) | |
| tree | ce7d2a0cf280f64812db4d230c925ca656d05abb /llvm | |
| parent | b2603ede953f5155a0e00cf537c213482264d99e (diff) | |
| download | bcm5719-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.h | 2 |
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; |

