mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 23:37:39 +00:00
Remove extra semicolon.
llvm-svn: 141699
This commit is contained in:
parent
27c0f84dce
commit
0a06205b37
@ -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…
x
Reference in New Issue
Block a user