mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Remove three spurious semicolons
llvm-svn: 111480
This commit is contained in:
parent
f2b0bcb397
commit
4686927dba
@ -71,9 +71,9 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
StringRef getLowerName() const { return lowerName; };
|
||||
StringRef getUpperName() const { return upperName; };
|
||||
StringRef getAttrName() const { return attrName; };
|
||||
StringRef getLowerName() const { return lowerName; }
|
||||
StringRef getUpperName() const { return upperName; }
|
||||
StringRef getAttrName() const { return attrName; }
|
||||
|
||||
// These functions print the argument contents formatted in different ways.
|
||||
virtual void writeAccessors(raw_ostream &OS) const = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user