mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Removed trailing comma in last element of enum declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b82d200dcb
commit
485da64848
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user