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:
Richard Smith 2012-09-05 01:41:37 +00:00
parent 5d637d7e93
commit a89fb0f170

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 {