mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 17:06:15 +00:00
Remove redundant semicolons to fix -pedantic-errors build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d637d7e93
commit
a89fb0f170
@ -382,8 +382,8 @@ public:
|
|||||||
return RegionCriticalPSets;
|
return RegionCriticalPSets;
|
||||||
}
|
}
|
||||||
|
|
||||||
VLIWResourceModel *getTopResourceModel() { return TopResourceModel; };
|
VLIWResourceModel *getTopResourceModel() { return TopResourceModel; }
|
||||||
VLIWResourceModel *getBotResourceModel() { return BotResourceModel; };
|
VLIWResourceModel *getBotResourceModel() { return BotResourceModel; }
|
||||||
|
|
||||||
/// getIssueWidth - Return the max instructions per scheduling group.
|
/// getIssueWidth - Return the max instructions per scheduling group.
|
||||||
unsigned getIssueWidth() const {
|
unsigned getIssueWidth() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user