Removed trailing comma in last element of enum declaration.

llvm-svn: 173836
This commit is contained in:
Michael Gottesman
2013-01-29 21:41:44 +00:00
parent 3645cf99f2
commit 9bdab2bf6b

View File

@@ -318,7 +318,7 @@ namespace {
S_Use, ///< any use of x.
S_Stop, ///< like S_Release, but code motion is stopped.
S_Release, ///< objc_release(x).
S_MovableRelease, ///< objc_release(x), !clang.imprecise_release.
S_MovableRelease ///< objc_release(x), !clang.imprecise_release.
};
raw_ostream &operator<<(raw_ostream &OS, const Sequence S)