Remove redundant semicolons to fix -pedantic-errors build.
[oota-llvm.git] / lib / Target / Hexagon / HexagonMachineScheduler.h
index 0f4c5de4907bc2c870f866a9e88737a3d59936a5..7d8cc3d24e060cb3503e5f69844c786e925f7712 100644 (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 {