mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 07:30:52 +00:00
Remove comma at end of enumerator list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0526de6b3e
commit
c120526e20
@ -118,7 +118,7 @@ namespace lltok {
|
|||||||
Type,
|
Type,
|
||||||
|
|
||||||
APFloat, // APFloatVal
|
APFloat, // APFloatVal
|
||||||
APSInt, // APSInt
|
APSInt // APSInt
|
||||||
};
|
};
|
||||||
} // end namespace lltok
|
} // end namespace lltok
|
||||||
} // end namespace llvm
|
} // end namespace llvm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user