1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Remove redundant semicolons to fix -pedantic-errors build.

llvm-svn: 163190
This commit is contained in:
Richard Smith 2012-09-05 01:41:37 +00:00
parent b75afa43e4
commit 8213d2a51b

View File

@ -382,8 +382,8 @@ public:
return RegionCriticalPSets;
}
VLIWResourceModel *getTopResourceModel() { return TopResourceModel; };
VLIWResourceModel *getBotResourceModel() { return BotResourceModel; };
VLIWResourceModel *getTopResourceModel() { return TopResourceModel; }
VLIWResourceModel *getBotResourceModel() { return BotResourceModel; }
/// getIssueWidth - Return the max instructions per scheduling group.
unsigned getIssueWidth() const {