forked from OSchip/llvm-project
parent
ef9e2ef2a5
commit
6878b1f233
|
@ -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