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 3f839a3cee
commit 398bd48172
1 changed files with 2 additions and 2 deletions

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 {