forked from OSchip/llvm-project
Remove redundant semicolons to fix -pedantic-errors build.
llvm-svn: 163190
This commit is contained in:
parent
3f839a3cee
commit
398bd48172
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue