mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user