Remove redundant semicolons to fix -pedantic-errors build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Sep 2012 01:41:37 +0000 (01:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Sep 2012 01:41:37 +0000 (01:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163190 91177308-0d34-0410-b5e6-96231b3b80d8

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 {