mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Remove extra semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141699 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06f8231bfb
commit
830378f662
@ -161,7 +161,7 @@ namespace llvm {
|
||||
// getSubClasses - Returns a constant BitVector of subclasses indexed by
|
||||
// EnumValue.
|
||||
// The SubClasses vector includs an entry for this class.
|
||||
const BitVector &getSubClasses() const { return SubClasses; };
|
||||
const BitVector &getSubClasses() const { return SubClasses; }
|
||||
|
||||
// getSuperClasses - Returns a list of super classes ordered by EnumValue.
|
||||
// The array does not include an entry for this class.
|
||||
|
Loading…
Reference in New Issue
Block a user